Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 459 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 459 Bytes

OPENRNDR Gradle template

A bare-bones template for writing OPENRNDR programs. Contains Gradle project files and a minimal program example.

Gradle tasks

  • run runs the template program (with the correct JVM arguments)
  • jar creates an überjar that contains the program and all its dependencies

On MacOS

add -XstartOnFirstThread to JVM arguments (at Run/Edit Configurations/VM Options if you're using IntelliJ Idea)