Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 291 Bytes

File metadata and controls

6 lines (6 loc) · 291 Bytes

proc

Gradle based project for Processing.org sketches. See First.java for example usage.

  1. Create class that extends PApplet
  2. Create settings and draw methods
  3. Create static main method that uses PApplet.main(); and set the class name(full path) that has settings and draw methods.