Commit Graph

179 Commits

Author SHA1 Message Date
Abe Pazos
7d9065b818 Update openrndr and orx to 0.4.3 openrndr-0.4.3 2023-06-20 10:31:53 +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
8ed15ab6eb Update README.md, mention how to run the jar
Also mention gradlew.bat for Windows.
2023-06-02 08:45:41 +02:00
Abe Pazos
88c716804b Silence os constants access warnings 2023-05-10 15:33:06 +02:00
Abe Pazos
f5763cca77 Update kotlin and jsoup dependencies 2023-05-03 10:17:26 +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
38c37d2df0 Update Gradle 2023-04-24 21:39:27 +02:00
Abe Pazos
f3320b722b README: Add missing run commands following ./gradlew 2023-04-22 08:30:32 +00:00
Edwin Jakobs
5aef63bad7 Upgrade to Gradle 8.1 2023-04-15 15:56:48 +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
Edwin Jakobs
9716ffed5f Upgrade to Kotlin 1.8.20, slf4j 2.0.7, kotlin-logging 3.0.5, kotlin-csv 1.9.0 2023-04-03 15:46:29 +02:00
Abe Pazos
a9b2f1859b README.md: fix openrndr badge version number 2023-04-03 15:13:44 +02:00
Abe Pazos
a7fbe6f470 README.md Fix paths to yaml files 2023-03-31 16:51:50 +02:00
Abe Pazos
6944998cb6 Update used third-party github actions 2023-03-30 18:34:06 +02:00
Abe Pazos
b4dae00646 Fix workflow name 2023-03-30 18:34:06 +02:00
Abe Pazos
6210723148 Combine 3 publish github actions into one 2023-03-30 18:34:06 +02:00
Abe Pazos
2e9da10d4d Increase template version to v1.0.0. Fixes building on Mac. 2023-03-30 18:34:06 +02:00
Abe Pazos
35b8474c2d Gradle cache has issues, disable it 2023-03-30 18:34:06 +02:00
Abe Pazos
ea279f63a2 Fix warning and publishing permissions 2023-03-30 18:34:06 +02:00
Abe Pazos
da2d9d3aa9 Update README: fix --P
Fix the incorrect formatting in the cross-build example.

Add link to read about Gradle.

Mention TemplateLiveProgram.kt.
2023-03-28 09:02:55 +02:00
Abe Pazos
589a408709 Update README.md: fix ORX badge, rewording 2023-03-16 09:29:48 +01:00
Abe Pazos
d72cee08a9 Update README.md
Add version badges, fix typo
2023-03-16 09:29:48 +01:00
Abe Pazos
2113b159fe Update README.md (updating dependencies) 2023-03-16 09:29:48 +01:00
Edwin Jakobs
16eb227741 Fix jpackage macos app bundles 2023-03-15 14:34:43 +01:00
Edwin Jakobs
4f1517a62f Upgrade to log4j 2.20.0, jackson 2.14.2, kotlin 1.18.10, kotlin-logging 3.0.5,kotlin-csv 1.8.0 2023-03-04 16:47:54 +01:00
Edwin Jakobs
3ead34887e Upgrade to Gradle 8.0.2 2023-03-04 16:35:00 +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
vechro
a26fd652d5 Move to libs.version.toml for version management 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
Edwin Jakobs
63f10ce2bb Upgrade to Kotlin 1.7.21, Jackson 2.14.1, log4j 2.19.0, jsoup 1.15.3, kotlin-csv 1.7.0 2022-12-19 21:27:47 +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
Kazik Pogoda
c340edab96 fix: typo in "org.slf4j" group name, "f" was missing 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
Edwin Jakobs
905c5f8b9d Upgrade Kotlin to 1.7.20 2022-10-12 15:45:02 +02:00
Edwin Jakobs
f0c25cb7f0 Upgrade to OPENRNDR 0.4.1 2022-08-24 14:35:27 +02:00
Edwin Jakobs
7cc1edb568 Upgrade to OPENRNDR 0.4.1, kotlin-logging 2.1.23, kotlin-csv-jvm 1.6.0, kotlinx-coroutines 1.6.4 2022-08-22 17:34:26 +02:00
vechro
fd6333e264 Use Kotlin 1.7.10 and target JVM 11 2022-08-12 11:58:29 +02:00
vechro
787d0ab673 Upgrade to Gradle 7.5.1 2022-08-12 11:58:29 +02:00
Abe Pazos
5756c29660 Update json, xml and csv libraries (#28) 2022-08-12 07:08:43 +02:00
Abe Pazos
f80caf7acf Fix broken link in README (#26) 2022-08-12 07:08:31 +02:00