You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,7 @@ It uses Processing version 4.0 beta 8 and Gradle 7.4
5
5
### How to use
6
6
To use this Template just edit [`src/main/java/org/example/Processing.java`](src/main/java/org/example/Processing.java)\
7
7
To run your Applet run `./gradlew run`\
8
-
To build an executable jar run `./gradlew shadowJar`.
8
+
To build an executable jar run `./gradlew shadowJar`.
9
+
10
+
### Renderers
11
+
This template comes loaded with all necessary natives to use all renderers. If you intend to only use the default JAVA2D renderer you can safely delete the [`natives`](natives) folder.
0 commit comments