Go to file
David Diaz adce888367 Added velocitySelect, some extra checks to the custom commands. Finally settled on a scaling strategy (Stick with the default IP but scale according to a given size (this size should ideally be the screen size openrndr is using on the screen)). 2019-10-26 14:41:22 -06:00
data Initial Commit 2019-10-09 17:22:11 -06:00
gradle/wrapper Initial Commit 2019-10-09 17:22:11 -06:00
src/main Added velocitySelect, some extra checks to the custom commands. Finally settled on a scaling strategy (Stick with the default IP but scale according to a given size (this size should ideally be the screen size openrndr is using on the screen)). 2019-10-26 14:41:22 -06:00
.gitignore Initial Commit 2019-10-09 17:22:11 -06:00
README.md Initial Commit 2019-10-09 17:22:11 -06:00
build.gradle.kts Initial Commit 2019-10-09 17:22:11 -06:00
gradle.properties Initial Commit 2019-10-09 17:22:11 -06:00
gradlew Initial Commit 2019-10-09 17:22:11 -06:00
gradlew.bat Initial Commit 2019-10-09 17:22:11 -06:00
settings.gradle Initial Commit 2019-10-09 17:22:11 -06:00

README.md

openrndr-template

A feature rich template for creating OPENRNDR programs based on Gradle/Kts

You will find some basic instructions in the OPENRNDR guide

The template consists of a configuration for Gradle and an example OPENRNDR program. The Gradle configuration should serve as the go-to starting point for writing OPENRNDR-based software.

Gradle tasks

  • run runs the TemplateProgram
  • jar creates an executable platform specific jar file with all dependencies
  • zipDistribution creates a zip file containing the application jar and the data folder