From 188d2419c70ca929df80bc05c033542ba97ef33d Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Fri, 26 May 2017 17:55:28 +0200 Subject: [PATCH] Remove "Using as an Addon" section --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index ed7afe1..3d55c6f 100644 --- a/README.md +++ b/README.md @@ -80,19 +80,6 @@ Set the volume to a value between 90 to 100 by using the arrow keys. ESC to exit Launch ofxPiMapper example, select a surface and set a video source with audio. Should work. -## Using as an Addon - -OfxPiMapper features FBO sources that allow you to create generative openFrameworks patches to be used with ofxPiMapper. Extend the `FboSource` class, override `setup()`, `update()` and `draw()` methods and then create an instance of your custom source to add it to your ofxPiMapper object. - -Reuse the `example` app by copying it to your `apps` directory. - -```bash -cp -R openFrameworks/addons/ofxPiMapper/example openFrameworks/apps/myApps/ -cd openFrameworks/apps/myApps -mv example myOfxPiMapperApp -``` - - ## Development Keeping it simple. Developing ofxPiMapper master branch against the latest stable release version of openFrameworks.