Cclib
c++ port of the creative computing particle system (http://code.google.com/p/creativecomputing)
Install / Use
/learn @artcom/CclibREADME
cclib
cclib is a partial port of the creative computing library, especially the parts that have something to do with particles.
Build instructions (CMake/OSX with homebrew)
- check out the code
- $ cd cclib ;; mkdir build ;; cd build
- $ brew install glfw glew boost
- $ cmake ..
- $ make
