processing4 icon indicating copy to clipboard operation
processing4 copied to clipboard

Processing Gradle Plugin

Open Stefterv opened this issue 10 months ago • 0 comments

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

Stefterv avatar Mar 07 '25 15:03 Stefterv