Go to file
David Diaz 5e2d9fccd2 Doing some cleanup and refactoring.
I've added some extension methods so that adding the commands is cleaner and less error prone (I kept forgetting the semicolons.).
2019-10-27 14:36:57 -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 Doing some cleanup and refactoring. 2019-10-27 14:36:57 -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 Doing some cleanup and refactoring. 2019-10-27 14:36:57 -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