Go to file
David Diaz 6c06d8ea37 Turns out there's a built in way to get line segments out of shapes in OpenRNDR.
Using this I get less points and about the same quality as what I originally intended. Plotting seems to be working. I still need to finish setting up the coordinate system and scaling.
2019-10-26 02:46:43 -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 Turns out there's a built in way to get line segments out of shapes in OpenRNDR. 2019-10-26 02:46:43 -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