This ia a cross-platform template project for developing Processing4.x with Gradle9 and Java17. You can develop Processing sketches as Java projects using IDEs like IntelliJ IDEA, Eclipse, or VS Code.
- Clone or download this repository to your local machine.
- Open a terminal in the project directory.
- Run the following command to build and run the Processing sketch.
gradlew.bat runchmod +x gradlew
./gradlew runEdit src/main/java/io/github/noah_devtech/Main.java to start writing your code.
- Processing: 4.3.3
- Gradle: 9.0.0
- Java(JDK): 17
- JOGL/GlueGen: 2.5.0