Skip to content

This repository includes various projects and sketches made with Processing IDE.

License

Notifications You must be signed in to change notification settings

AleksaStevic/processing

Repository files navigation

My processing projects

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.

Running and compiling

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.

1. Using Processing IDE

  1. Get Processing from Processing Foundation download page.
  2. After you extract and open up Processing IDE go to File -> Open.
  3. Export the application using File -> Export Application.
  4. Select build platforms and click Export.
  5. Build folders will be created in your project folder.

2. Using the command line

  1. Get Processing from Processing Foundation download page.
  2. 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.

About

This repository includes various projects and sketches made with Processing IDE.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published