Skip to content

d3cod3/ofxMosaicPlugin

Repository files navigation

ofxMosaicPlugin

An ofxVisualProgramming specific code reduction for optimizing Mosaic plugins compile time and binary size

DEPENDENCIES

openFrameworks 0.11.2

  • ofxOsc

  • ofxXmlSettings

  • ofxAudioFile

  • ofxImGui -- FORK

  • ofxMidi

  • ofxPDSP -- FORK

cd <your_openframeworks_release_folder>/addons

git clone https://github.com/npisanti/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

git clone https://github.com/d3cod3/ofxMosaicPlugin
git submodule init
git submodule update

WRITING PLUGINS

Check the README inside the example

About

An ofxVisualProgramming specific code reduction for optimizing Mosaic plugins compile time and binary size

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published