Commit Graph

269 Commits

Author SHA1 Message Date
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
Edwin Jakobs
18ba01caa5 Use openrndr / orx 0.5.0-alpha1 2025-09-17 14:16:23 +02:00
Edwin Jakobs
4bdb7f95d7 Refactor template using buildSrc, feature variants and published version catalogs (#56)
Co-authored-by: Abe Pazos <abe@hamoid.com>
2025-09-17 10:36:48 +02:00
Abe Pazos
e97ef57b78 Update README.md: change Java requirement 14 -> 17 2025-09-13 19:46:41 +02:00
Abe Pazos
326474823c Update README.md: change Java requirement 14 -> 17 2025-09-13 09:30:03 +02:00
Abe Pazos
2e760f9c53 Add link to wiki 2025-09-11 13:11:13 +02:00
Abe Pazos
3d6774275a Add link to wiki 2025-09-11 13:10:29 +02:00
Abe Pazos
b4242bc892 Upgrade to Kotlin 2.2.20 2025-09-11 11:49:41 +02:00
Abe Pazos
d38df2eed7 Enable orx-composition, orx-svg, orx-text-writer
They were part of openrndr and enabled by default in the past
2025-09-11 11:35:00 +02:00
Abe Pazos
622bfc5077 Merge branch 'next-version' ignoring changes in master
Includes openrndr and orx 0.4.5
2025-09-06 13:54:37 +02:00
Abe Pazos
c2756d2b9d Upgrade to openrndr/orx 0.4.5 2025-09-06 13:36:34 +02:00
Abe Pazos
3ed7c18932 build.gradle.kts: add orx-axidraw, reformatting 2025-09-03 11:11:35 +02:00
Abe Pazos
86c36a0f35 Update to openrndr and orx 0.4.5-alpha11 2025-09-03 11:04:20 +02:00
Abe Pazos
e6a9e319d9 Update to gradleup.shadow 9.1.0 2025-08-29 22:58:55 +02:00
Abe Pazos
a385ebb216 Update badges in README.md
Previous ones stopped working
2025-08-26 15:11:52 +02:00
Abe Pazos
e1d44de9a1 Update badges in README.md
Previous ones stopped working
2025-08-26 15:07:50 +02:00
Abe Pazos
8191515779 Update to openrndr and orx 0.4.5-alpha10 2025-08-22 14:05:10 +02:00
Abe Pazos
7597ac35e2 Update README.md
Simplify README by merging two sections
2025-08-22 12:03:35 +00:00
Abe Pazos
69f698df1f Update to kotlin 2.2.10, kotlinLogging 7.0.13, shadow 9.0.2
Replace com.github.johnrengelman.shadow with com.gradleup.shadow
2025-08-21 00:00:04 +02:00
Abe Pazos
f93a523115 Dependencies: update kotlinLogging to 7.0.11 2025-08-06 11:57:54 +02:00
Abe Pazos
8f08e44141 Add .lwjgl to .gitignore
For new users, it's confusing that IDEA suggests adding five extra files to git when they only edited one.
2025-07-30 08:41:40 +02:00
Abe Pazos
aa3e5e15ac Ignore .lwjgl in .gitignore
For new users, it's confusing that IDEA suggests adding five extra files to git when they only edited one.
2025-07-30 08:40:39 +02:00
Edwin Jakobs
de0ec94804 Upgrade to Gradle 8.14.3, Kotlin 2.2.0, kotlinx serialization 1.9.0 2025-07-09 21:38:54 +02:00
Abe Pazos
bf588e1baa Update Gradle to 8.14.2 2025-06-05 17:20:27 +02:00
Abe Pazos
ba99027329 Update Gradle to 8.14.1 2025-05-22 21:41:10 +02:00
Abe Pazos
5e6fbdd06a Update Kotlin to 2.1.21 2025-05-13 15:16:08 +03:00
Abe Pazos
cd5a98322b Fix deprecation warnings 2025-05-02 19:02:48 +03:00
Abe Pazos
fef8e76e52 Describe how to run the executable created by jpackage 2025-05-02 19:01:38 +03:00
Abe Pazos
315e788a32 Upgrade to Gradle 8.14 2025-04-25 23:55:14 +03:00
Abe Pazos
ca85dec73a Upgrade to openrndr/orx 0.4.5-alpha9, kotlin-logging 7.0.7 2025-04-22 12:10:27 +02:00
Abe Pazos
4247fd0989 Upgrade kotlinx.coroutines to 1.10.2 2025-04-11 11:57:11 +03:00
Abe Pazos
2d6963b627 Upgrade to kotlin-logging 7.0.6, kotlinx-serialization-core 1.8.1 2025-04-03 23:51:58 +08:00
Abe Pazos
72270a5421 Upgrade to kotlin 2.1.20 2025-03-20 22:16:28 +08:00