A sketch book full of OPENRNDR programs producing visually interesting and often interactive animations.
The programs are written in Kotlin and built with Gradle.
run
runs the programjar
creates an executable platform specific jar file with all dependencieszipDistribution
creates a zip file containing the application jar and the data folderjpackageZip
creates a zip with a stand-alone executable for the current platform (works with Java 14 only)
To create runnable jars for a platform different from the platform you use to build use ./gradlew jar --PtargetPlatform=<platform>
. The supported platforms are windows
, macos
, linux-x64
and linux-arm64
.