Commit Graph

97 Commits

Author SHA1 Message Date
Edwin Jakobs
f8cc9b713e Add publish-library convention plugin 2025-09-15 20:49:05 +02:00
Edwin Jakobs
a0b7df5585 Configure group/name/version through gradle.properties 2025-09-15 12:16:25 +02:00
Edwin Jakobs
a4525f9b16 Use jvmTarget, kotlinLanguage and kotlinApi from libs.versions.toml 2025-09-15 07:19:20 +02:00
Edwin Jakobs
84f00fa827 Make use of version catalogs and variants 2025-09-14 21:27:30 +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
3ed7c18932 build.gradle.kts: add orx-axidraw, reformatting 2025-09-03 11:11:35 +02:00
Abe Pazos
cd5a98322b Fix deprecation warnings 2025-05-02 19:02:48 +03:00
Abe Pazos
5ff7884bd5 Add orx-math
Note: not in any ORX alpha release at the time of writing,
only available when building your own orx SNAPSHOT.
2025-02-02 18:53:14 +01:00
Abe Pazos
9e08c6cfb6 Fix #53 - ffmpeg warnings after shadowJar 2024-11-21 11:18:38 +01:00
Abe Pazos
4d65172d93 Upgrade .set() syntax to = in Gradle 2024-11-11 14:32:38 +01:00
Abe Pazos
e4dfb4aaed Replace gson with kotlinx.serialization 2024-11-11 14:31:46 +01:00
Abe Pazos
440d67654d Solve kotlinOptions deprecation warning 2024-07-30 17:19:55 +02:00
Edwin Jakobs
3cdf6ea780 Upgrade to JDK 17 2024-06-01 07:55:38 +02:00
Abe Pazos
df784c99c1 Update to Kotlin 2.0.0 2024-05-27 22:42:21 +02:00
Abe Pazos
5b2634fdd1 Update to 0.4.5-alpha3, remove openrndr-svg
Add orx-svg and orx-composition
2024-04-24 08:35:35 +02:00
Abe Pazos
dec0b36aaf Upgrade Gradle to 8.7, disable orx-svg, orx-composition
as they are not yet available in 0.4.5alpha2
2024-03-23 10:35:11 +01:00
Abe Pazos
cf4ebfc490 add new orx'es to build.gradle.kts 2024-03-18 13:07:33 +01:00
Edwin Jakobs
15fb5393e7 Add ORSL dependencies 2024-01-15 14:15:29 +01:00
Abe Pazos
498fd6773d Add orx-property-watchers, mention next-version branch 2024-01-05 16:37:29 +01:00
Abe Pazos
3db83af277 Add svg to media file scope 2024-01-02 11:16:30 +01:00
Abe Pazos
a3c9178d4d Update orx'es in build.gradle.kts 2023-12-08 10:48:00 +01:00
Kazik Pogoda
5242dae526 build: versions plugin added for routine checks of dependency updates, excluding unstable dependencies (#51) 2023-11-29 16:28:12 +01:00
Abe Pazos
eda66cc37a s/Images/Media/ (file scope), add audio and video file extensions 2023-10-06 18:08:56 +02:00
Abe Pazos
fa820c6d3c Fix Gradle deprecated $buildDir
And some whitespace
2023-10-06 18:08:07 +02:00
Abe Pazos
36fc9c7908 Add 7 new orx extensions, use OPENRNDR and ORX 0.4.3-alpha9 2023-06-02 14:59:36 +02:00
Abe Pazos
88c716804b Silence os constants access warnings 2023-05-10 15:33:06 +02:00
Abe Pazos
b84956b9aa Fix build task jar -> shadowJar 2023-05-03 10:17:26 +02:00
Abe Pazos
2534cd25ff Add Gradle task to add scopes to IntelliJ 2023-04-27 15:55:01 +02:00
Abe Pazos
0ff4e26091 build.gradle.kts: add openrndr("dialogs") dependency
See usage demos in this commit a368aac916
2023-04-04 07:50:44 +02:00
Abe Pazos
2e9da10d4d Increase template version to v1.0.0. Fixes building on Mac. 2023-03-30 18:34:06 +02:00
Edwin Jakobs
16eb227741 Fix jpackage macos app bundles 2023-03-15 14:34:43 +01:00
vechro
129626edbe Prefer mavenCentral before mavenLocal 2023-03-04 15:01:57 +01:00
vechro
89767de35a Remove hardcoded mavenLocal() logic 2023-03-04 15:01:57 +01:00
Abe Pazos
1620af58a3 Delete reference to orx which no longer exists 2023-03-04 12:02:57 +01:00
Edwin Jakobs
1d51a766e1 Fix location of data inside macos app bundle, update workflows 2023-03-01 16:31:01 +01:00
Abe Pazos
0e76bcd431 Fix launching custom Kt files from command line
The `application` property was already used.
Reusing it breaks things.
Use `openrndr.application` instead.
2023-02-28 09:40:19 +01:00
Abe Pazos
01d45029e6 Add application gradle option to allow running custom Kt files 2023-02-20 12:37:55 +01:00
Edwin Jakobs
ff1942d2a8 Fix minimize excludes for log4j-slf4j2 2023-01-27 09:13:28 +01:00
Edwin Jakobs
cb6aa04f91 Upgrade to openrndr 0.4.2, kotlin 1.8, slf4j 2.0.6, kotlin-logging 3.0.4 2023-01-27 09:09:58 +01:00
Edwin Jakobs
091115f49a Add OPENRNDR task aliases 2023-01-25 20:36:24 +01:00
Edwin Jakobs
3b957d53e3 Upgrade OPENRNDR to 0.4.2-rc.3, runtime to 1.13.0, gson to 2.10.1. Enable gradle configuration cache. Change default orx features. 2023-01-23 08:37:19 +01:00
Edwin Jakobs
4631eced38 Configure jpackage to launch JVM with cwd set to Contents/Resources 2022-12-19 21:33:10 +01:00
Kazik Pogoda
29a0cbdd75 dependencies: sl4j-api is an explicit dependency solving resolution of slf4j parts in different versions, "Implementation-Version" added to shadowJar manifest, shadowJar minimization will not remove logging support 2022-12-07 14:57:36 +01:00
vechro
a42a2bd9a3 Fix macOS M1 architecture not being correctly detected for lwjgl 2022-10-12 16:18:30 +02:00
vechro
fd6333e264 Use Kotlin 1.7.10 and target JVM 11 2022-08-12 11:58:29 +02:00
Edwin Jakobs
71bb6c61c7 Upgrade to Gradle 7.4.1, OPENRNDR 0.4.0-rc.7, ORX 0.4.0-rc.8, Jackson 2.13.2. Add orx-minim 2022-03-19 07:49:58 +01:00
Edwin Jakobs
6ca525341e Upgrade to shadow plugin 7.1.2, slf4j 1.7.36, jackson 2.13.1 2022-03-06 08:25:01 +01:00
Edwin Jakobs
24a5f7f091 Fix M1 support, disable video support for M1 2022-02-11 11:24:59 +01:00
Edwin Jakobs
11dc0f71d9 Attempt to add macOS m1 libraries 2022-02-10 17:37:55 +01:00
Steven van den Broek
6797934670 Fix typo in jpackage configuration (#25) 2022-01-31 08:32:20 +01:00