Skip to content

Sketchbook for my OPENRNDR algorithmic creations written in Kotlin

Notifications You must be signed in to change notification settings

anoniim/openrndr-palyground

Repository files navigation

OPENRNDR playground project

A sketch book full of OPENRNDR programs producing visually interesting and often interactive animations.

The programs are written in Kotlin and built with Gradle.

Gradle tasks

  • run runs the program
  • jar creates an executable platform specific jar file with all dependencies
  • zipDistribution creates a zip file containing the application jar and the data folder
  • jpackageZip creates a zip with a stand-alone executable for the current platform (works with Java 14 only)

Cross builds

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.

Examples

About

Sketchbook for my OPENRNDR algorithmic creations written in Kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages