https://github.com/d3cod3/iiureloaded
IDEA-IMATGE-UNIVERSITAT RELOADED installation development for Laboratorio de Luz <http://laboluz.webs.upv.es/>
https://github.com/d3cod3/iiureloaded
Last synced: 3 months ago
JSON representation
IDEA-IMATGE-UNIVERSITAT RELOADED installation development for Laboratorio de Luz <http://laboluz.webs.upv.es/>
- Host: GitHub
- URL: https://github.com/d3cod3/iiureloaded
- Owner: d3cod3
- License: mit
- Created: 2019-02-24T12:31:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T11:26:44.000Z (about 6 years ago)
- Last Synced: 2025-01-01T22:35:24.240Z (5 months ago)
- Language: C++
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IIUReloaded
IDEA-IMATGE-UNIVERSITAT RELOADED installation development for Laboratorio de Luz <http://laboluz.webs.upv.es/>### DEPENDENCIES
#### OFXADDONS
Clone all the required addons listed:
```bash
cd /addonsgit clone https://github.com/npisanti/ofxAudioFile
git clone https://github.com/kylemcdonald/ofxCv
git clone https://github.com/microcosm/ofxEasyFboGlitch
git clone https://github.com/NickHardeman/ofxFastFboReader
git clone https://github.com/d3cod3/ofxMidi
git clone https://github.com/npisanti/ofxPDSP
git clone https://github.com/d3cod3/ofxSIMDFloats
git clone https://github.com/armadillu/ofxTextureCrop
git clone https://github.com/hironishihara/ofxTrueTypeFontUC
git clone https://github.com/d3cod3/ofxWarp```