You can find the video tutorial here
The original code is based on thedotisBlack.com, where I do sligh perosnal modifications that make them more interesting (at least from my perspective).
Gradle based project for Processing.org sketches. See First.java for example usage.
- Create class that extends PApplet
- Create settings and draw methods
- Create static main method that uses PApplet.main(); and set the class name(full path) that has settings and draw methods.