d3cod3 / ofxMosaicPlugin

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C++ 80.7%Language:C 18.6%Language:Makefile 0.8%