Skip to content

Jason Zhu's repository for practicing generative art

License

Notifications You must be signed in to change notification settings

zhuyuezx/Processing_Tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial Code

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).

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.

About

Jason Zhu's repository for practicing generative art

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 44.1%
  • Processing 34.7%
  • JavaScript 17.9%
  • HTML 1.5%
  • GLSL 1.5%
  • CSS 0.3%