An open API service indexing awesome lists of open source software.

https://github.com/vvzen/maca-final

final code for the paintball gun installation @ Goldsmiths University of London
https://github.com/vvzen/maca-final

arduino cpp installation-art openframeworks

Last synced: 3 months ago
JSON representation

final code for the paintball gun installation @ Goldsmiths University of London

Awesome Lists containing this project

README

        

# maca-final

The openframeworks app requires several different addons:

1. ofxOpenCv
2. ofxPoco
3. ofxGui
4. ofxKinect (required for the libusb driver)
5. [ofxIO](https://github.com/bakercp/ofxIO)
6. [ofxSerial](https://github.com/bakercp/ofxSerial)
7. [ofxCv](https://github.com/kylemcdonald/ofxCv)
8. [ofxPS3EyeGrabber](https://github.com/bakercp/ofxPS3EyeGrabber)
9. [ofxFaceTracker](https://github.com/kylemcdonald/ofxFaceTracker)

![imgs/addons.png](imgs/addons.png)

FIXME: automatic install of all addons using setup.py file

### Installing the addons
You can either run the `setup.py` (which will go through through each require addon and clone it) or manually download each addon and put it in your openframeworks addons folder.

#### Using setup.py

1. Open the `setup.py` with a text editor and set the `OF_ROOT` variable to your openframeworks installation folder. In my case, it is `/Volumes/LaCie3TBYas/Code/c++/of_v0.10.0_osx_release` so I will change it like this:
`OF_ROOT="/Volumes/LaCie3TBYas/Code/c++/of_v0.10.0_osx_release"`

1. open a terminal window and `cd` into the main folder of this repo (maca-final)

2. run `python setup.py`