Skip to content

Commit a50a16b

Browse files
committed
edit README.md
1 parent 895e338 commit a50a16b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ It uses Processing version 4.0 beta 8 and Gradle 7.4
55
### How to use
66
To use this Template just edit [`src/main/java/org/example/Processing.java`](src/main/java/org/example/Processing.java)\
77
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

Comments
 (0)