Skip to content

Tutorials

Daan de Lange edited this page May 3, 2022 · 2 revisions

TODO

Mosaic Installation and maintenance

ofxAddons

Mosaic relies on quite a lot OpenFrameworks extensions which are called ofxAddons. To ensure compatibility, you can (optionally) use ofxAddonTool, which quickly provides an oversight of your local addons folder compared to the ones required for Mosaic. This tool can be useful to debug out-dated Mosaic installations or if you have Mosaic installed amongst other OpenFrameworks projects.

Screenshot ofxAddonTool screenshot

  1. Go to the ofxAddonTool folder with your favourite terminal app:
    cd /path_to_openframeworks/apps/mosaicApps/Mosaic/scripts/ofxAddonTool (change this to match your setup)
  2. Run the tool and follow instructions on screen :
    ./ofxAddonTool.sh
  3. Locate addon mismatches and proceed manually to their respective fixes.
Clone this wiki locally