We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601ba87 commit afe953bCopy full SHA for afe953b
1 file changed
README.md
@@ -0,0 +1,8 @@
1
+### ProcessingGradle
2
+This is a template for using Processing with the Gradle Build Tool\
3
+It uses Processing version 4.0 beta 8 and Gradle 7.4
4
+
5
+### How to use
6
+To use this Template just edit [`src/main/java/org/example/Processing.java`](src/main/java/org/example/Processing.java)\
7
+To run your Applet run `./gradlew run`\
8
+To build an executable jar run `./gradlew shadowJar`.
0 commit comments