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
- Host: GitHub
- URL: https://github.com/vvzen/maca-final
- Owner: vvzen
- Created: 2018-07-08T14:46:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T08:26:53.000Z (over 6 years ago)
- Last Synced: 2025-03-07T00:35:22.271Z (3 months ago)
- Topics: arduino, cpp, installation-art, openframeworks
- Language: C++
- Homepage:
- Size: 48.9 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
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`