https://github.com/d3cod3/ofxmosaicplugin
An ofxVisualProgramming specific code reduction for optimizing Mosaic plugins compile time and binary size
https://github.com/d3cod3/ofxmosaicplugin
Last synced: 5 months ago
JSON representation
An ofxVisualProgramming specific code reduction for optimizing Mosaic plugins compile time and binary size
- Host: GitHub
- URL: https://github.com/d3cod3/ofxmosaicplugin
- Owner: d3cod3
- License: mit
- Created: 2020-09-20T08:07:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-26T13:06:50.000Z (5 months ago)
- Last Synced: 2024-12-26T14:19:22.433Z (5 months ago)
- Language: C++
- Homepage:
- Size: 357 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ofxMosaicPlugin
An ofxVisualProgramming specific code reduction for optimizing Mosaic plugins compile time and binary size
## DEPENDENCIES
openFrameworks 0.12.0
- ofxOsc
- ofxXmlSettings- ofxAudioFile **-- FORK**
- ofxImGui **-- FORK**
- ofxMidi
- ofxPDSP **-- FORK**```bash
cd /addons
git clone https://github.com/d3cod3/ofxAudioFile
git clone https://github.com/d3cod3/ofxImGui
git clone https://github.com/danomatika/ofxMidi
git clone https://github.com/d3cod3/ofxPDSP```
Then clone ofxMosaicPlugin
```bash
git clone https://github.com/d3cod3/ofxMosaicPlugin
git submodule init
git submodule update```
## WRITING PLUGINS
Check the README inside the example