Skip to content

Commit afe953b

Browse files
committed
add README.md
1 parent 601ba87 commit afe953b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)