Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

(Abandoned) A ready-to-go template for a Gradle-based OPENRNDR project

Notifications You must be signed in to change notification settings

openrndr/openrndr-gradle-template

Repository files navigation

This repository is abandoned! The template is superceded by openrndr-template

# OPENRNDR Gradle template

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

Intellij IDE

  • Click the run widget next to main() in the left margin/gutter of the source file.

Gradle tasks

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

Executable Jar

Command line instructions line for this example:

  • For TemplateProgram.kt
java -jar myjar.jar
 
 OR
 
java -cp myjar.jar TemplateProgramKt

On MacOS

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

About

(Abandoned) A ready-to-go template for a Gradle-based OPENRNDR project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages