processing4
processing4 copied to clipboard
Processing Gradle Plugin
Build Processing sketches with Gradle
Usage (after publishing to Gradle plugin repo)
add a build.gradle.kts file to any existing sketch with the following code
plugins{
id("org.processing.java.gradle") version "4.4.0"
}
then run the processing/sketch gradle task to run the processing sketch
Current status
- [x] Proof of Concept
- The current plugin builds Processing sketches successfully
- [x] Testing PoC
- [ ] Testing Suite
- [ ] Final Plugin