Skip to content

Conversation

@Stefterv
Copy link
Collaborator

@Stefterv Stefterv commented Mar 7, 2025

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

  • Proof of Concept
    • The current plugin builds Processing sketches successfully
  • Testing PoC
  • Testing Suite
  • Final Plugin

@Stefterv Stefterv marked this pull request as draft March 13, 2025 15:27
@Stefterv Stefterv added this to the 4.5.0 milestone Mar 13, 2025
@Stefterv
Copy link
Collaborator Author

Closing as this will be part of the Gradle runner

@Stefterv Stefterv closed this Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant