ofxPiMapper fixed for C++17 & oF 12.0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
cailean deae808571 patch for cpp 17 & of 12 1 month ago
..
bin/data patch for cpp 17 & of 12 1 month ago
src patch for cpp 17 & of 12 1 month ago
Makefile patch for cpp 17 & of 12 1 month ago
README.md patch for cpp 17 & of 12 1 month ago
addons.make patch for cpp 17 & of 12 1 month ago
addons.make.norpi patch for cpp 17 & of 12 1 month ago

README.md

Basic Example

This is a very basic example. It shows how to use ofxPiMapper addon with it's integrated functionality. You can map images and videos with this. ofxPiMapper takes care of loading and saving your composition.

For now you have to put your sources under bin/data/sources. There are two directories: images and videos. As you may expect, put images in the images folder and videos in the videos one.

The addon is made so that you have to pass the keyboard and mouse events to it. It is because in this way you can gain more control over how it behaves. If you do not pass the keyboard and mouse events, ofxPiMapper reads the configuration file from data/ofxpimapper.xml and continues working from there. It just starts up, loads the configuration and displays the composition until the application quits.