/ProcessingGradleKotlin

Template for using Processing 4 with the Gradle Build Tool and Kotlin

Primary LanguageKotlinMIT LicenseMIT

ProcessingGradleKotlin

This is a template for using Processing with the Gradle Build Tool and Kotlin
It uses Processing version 4.0 beta 8 and Gradle 7.4
Java Version

How to use

To use this Template just edit src/main/kotlin/org/example/Processing.kt
To run your Applet run ./gradlew run
To build an executable jar run ./gradlew shadowJar.