Compare commits

30 Commits

Author SHA1 Message Date
Abe Pazos
662bea203d Update dependencies
kotlinxCoroutines 1.11.0
kotlinLogging 8.0.02
versions 0.54.0
2026-05-10 00:16:01 +03:00
Abe Pazos
c0563506ec Update to kotlin 2.3.21, kotlinxSerialization 1.11.0 2026-05-10 00:16:01 +03:00
Abe Pazos
36a79ddbf8 Update to Gradle 9.5.0 2026-05-10 00:15:42 +03:00
Abe Pazos
632c6a202b Update shadow to 9.4.0 2026-03-23 13:18:01 +01:00
Abe Pazos
0d3d32ba96 Update Gradle to 9.4.1 2026-03-23 13:17:53 +01:00
Abe Pazos
8be17014d2 Upgrade to gradle 9.4.0, kotlin 2.3.20, kotlinLogging 8.0.01 2026-03-16 11:25:58 +01:00
Edwin Jakobs
c80339a16d Fix typo in logging-full bundle definition in libs.versions.toml 2026-02-23 15:51:44 +01:00
Edwin Jakobs
1cd05ec34d Make SDL the default runtime 2026-02-23 15:29:25 +01:00
Abe Pazos
ed21ae9876 Add sdl dependency (commented out) 2026-02-11 10:35:20 +01:00
Abe Pazos
5374b5c289 Upgrade to kotlin 2.3.10, gradle 9.3.1 2026-02-11 10:21:13 +01:00
Edwin Jakobs
3fae0df12c Add minimize exclude for openrndr-application-sdl 2026-01-24 10:21:04 +01:00
Abe Pazos
a76d1a7855 Have two build workflows
One for main and next-version,
One for snapshot.

This way workflows in various branches don't differ:
simpler to maintain.
2026-01-23 15:11:13 +01:00
Abe Pazos
79369a570b Build on commit also for snapshot branch 2026-01-23 14:42:43 +01:00
Abe Pazos
accac10a0b Build openrndr and orx in snapshot branch 2026-01-23 14:32:56 +01:00
Abe Pazos
a518acbb64 Build on commit also for snapshot branch 2026-01-23 14:09:22 +01:00
Abe Pazos
dcf8d366af Update kotlinx-serialization to 1.10.0 2026-01-23 14:02:12 +01:00
Abe Pazos
18de4abcaf Upgrade to gradle 9.3.0, kotlinLogging 7.0.14 2026-01-21 13:54:53 +01:00
Abe Pazos
9f57439f00 jpackageZip: Make files under bin executable 2026-01-21 13:54:53 +01:00
Abe Pazos
774ab3d0d6 Make use of openrndr.bundles.video
Replaces openrndr.ffmpeg and openrndr.openal
2026-01-04 11:46:09 +01:00
Abe Pazos
a593a8225f Add openrndr.openal to build.gradle.kts
Needed for webcam access and more
2025-12-31 12:23:51 +01:00
Abe Pazos
bd20afb8ee Solve gradle warnings
`--compress 1` becomes `--compress zip-6`

Use $$ instead of ${"$"}
2025-12-20 20:11:45 +01:00
Abe Pazos
e847ee4d83 Upgrade to kotlin 2.3.0, shadow 9.3.0, versions 0.53.0 2025-12-20 20:11:45 +01:00
Abe Pazos
c4589ca886 Fix jpackageZip task compatibility issue 2025-12-20 20:11:45 +01:00
Abe Pazos
8898c9b051 Update GitHub workflows 2025-12-09 14:05:46 +01:00
Abe Pazos
aceb90e42a Update to Gradle 9.2.1, Kotlin 2.2.21 2025-11-30 10:37:24 +01:00
Abe Pazos
55c62c45b5 Fix shadowJar task
By not discarding openrndr-application-glfw when minimizing
2025-11-30 09:10:49 +01:00
Abe Pazos
c706a41ee8 Merge changes from master branch 2025-11-30 09:06:56 +01:00
Abe Pazos
edd5062d1d Make template compatible with openrndr/orx SNAPSHOT (local development build versions) 2025-10-09 14:27:13 +02:00
Abe Pazos
326474823c Update README.md: change Java requirement 14 -> 17 2025-09-13 09:30:03 +02:00
Abe Pazos
3d6774275a Add link to wiki 2025-09-11 13:10:29 +02:00
5 changed files with 27 additions and 18 deletions

View File

@@ -4,18 +4,18 @@ kotlin = "2.3.21"
kotlinApi = "2.2" kotlinApi = "2.2"
kotlinLanguage = "2.2" kotlinLanguage = "2.2"
openrndr = "0.5.0-alpha4" openrndr = "0.5.0-SNAPSHOT"
orx = "0.5.0-alpha4" orx = "0.5.0-SNAPSHOT"
orsl = "0.4.5-alpha5" orsl = "0.4.5-alpha5"
orml = "0.4.1" orml = "0.4.1"
slf4j = "2.0.18" slf4j = "2.0.17"
log4j = "2.23.1" log4j = "2.23.1"
jackson = "2.17.2" jackson = "2.17.2"
junit = "4.13.2" junit = "4.13.2"
kotlinxCoroutines = "1.11.0" kotlinxCoroutines = "1.11.0"
kotlinxSerialization = "1.11.0" kotlinxSerialization = "1.11.0"
kotlinLogging = "8.0.03" kotlinLogging = "8.0.02"
kotlinCsvJvm = "1.9.3" kotlinCsvJvm = "1.9.3"
jsoup = "1.17.1" jsoup = "1.17.1"
shadow = "9.4.0" shadow = "9.4.0"

Binary file not shown.

View File

@@ -1,9 +1,7 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
networkTimeout=10000 networkTimeout=10000
retries=0
retryBackOffMs=500
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists

2
gradlew vendored
View File

@@ -57,7 +57,7 @@
# Darwin, MinGW, and NonStop. # Darwin, MinGW, and NonStop.
# #
# (3) This script is generated from the Groovy template # (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/3d91ce3b8caaf77ad09f381f43615b715b53f72c/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # https://github.com/gradle/gradle/blob/2d6327017519d23b96af35865dc997fcb544fb40/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project. # within the Gradle project.
# #
# You can find Gradle at https://github.com/gradle/gradle/. # You can find Gradle at https://github.com/gradle/gradle/.

31
gradlew.bat vendored
View File

@@ -23,8 +23,8 @@
@rem @rem
@rem ########################################################################## @rem ##########################################################################
@rem Set local scope for the variables, and ensure extensions are enabled @rem Set local scope for the variables with windows NT shell
setlocal EnableExtensions if "%OS%"=="Windows_NT" setlocal
set DIRNAME=%~dp0 set DIRNAME=%~dp0
if "%DIRNAME%"=="" set DIRNAME=. if "%DIRNAME%"=="" set DIRNAME=.
@@ -51,7 +51,7 @@ echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2 echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2 echo location of your Java installation. 1>&2
"%COMSPEC%" /c exit 1 goto fail
:findJavaFromJavaHome :findJavaFromJavaHome
set JAVA_HOME=%JAVA_HOME:"=% set JAVA_HOME=%JAVA_HOME:"=%
@@ -65,7 +65,7 @@ echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2 echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2 echo location of your Java installation. 1>&2
"%COMSPEC%" /c exit 1 goto fail
:execute :execute
@rem Setup the command line @rem Setup the command line
@@ -73,10 +73,21 @@ echo location of your Java installation. 1>&2
@rem Execute Gradle @rem Execute Gradle
@rem endlocal doesn't take effect until after the line is parsed and variables are expanded "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
@rem which allows us to clear the local environment before executing the java command
endlocal & "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* & call :exitWithErrorLevel
:exitWithErrorLevel :end
@rem Use "%COMSPEC%" /c exit to allow operators to work properly in scripts @rem End local scope for the variables with windows NT shell
"%COMSPEC%" /c exit %ERRORLEVEL% if %ERRORLEVEL% equ 0 goto mainEnd
:fail
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
rem the _cmd.exe /c_ return code!
set EXIT_CODE=%ERRORLEVEL%
if %EXIT_CODE% equ 0 set EXIT_CODE=1
if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
exit /b %EXIT_CODE%
:mainEnd
if "%OS%"=="Windows_NT" endlocal
:omega