Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 452 Bytes

File metadata and controls

9 lines (8 loc) · 452 Bytes

ProcessingGradle

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

How to use

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