This repository includes various projects and sketches made with Processing IDE. The projects are inspired by Daniel Shiffman, the former project lead with Processing Foundation. I am still building up this repository but my idea is to improve Shiffman's ideas in more creative way. You can find all his projects on his Github.
If you want to create your own projects from these ideas and if you want to learn more about Processing, you can watch the series of tutorials at The Coding Train youtube channel hosted by Daniel.
Source files and folders which contain compiled simulation are located in the processing/{simulationName}/sketch
folder.
If you want to run compiled simulation, just open the folder which contains the executable for your platform.
Assuming you cloned this repository on your computer, you can compile these projects using Processing IDE or command line.
- Get Processing from Processing Foundation download page.
- After you extract and open up Processing IDE go to
File -> Open
. - Export the application using
File -> Export Application
. - Select build platforms and click
Export
. - Build folders will be created in your project folder.
- Get Processing from Processing Foundation download page.
- In your Processing IDE folder (processing-x.x) run command:
processing-java --sketch=/full/path/to/your/sketch/dir --force --run
More information on using the command line can be learned on Processing's wiki page.