-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
23 lines (13 loc) · 1.04 KB
/
README
File metadata and controls
23 lines (13 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
###
Mike Newell
Basic Particle System Default Processing File
This repo contains several very simple particle systems in processing. It's intended for you to expand upon...
###
INSTALLATION
To install, name a folder in your sketchbook "particleSystems". Then drag the contents of this repo into the folder. Or feel free to drag each sketch individually into your sketbook.
Dependencies (some of these sketch use libraries):
particleTriangulate --> Triangulate Library (Available here: http://wiki.processing.org/images/f/f7/Triangulate-20100704.zip) (Example here: http://wiki.processing.org/w/Triangulation)
Make sure you restart Processing, after you install so it can find the folder.
NOTE: If you want to use "particleDefaultKinect" you must install daniel shiffman's "openKinect" for processing library. Find out more here: http://www.shiffman.net/p5/kinect/
Follow the install instructions, then start this sketch up and it should work. If you installed correctly, this sketch will automatically include everything you need to
make it run.