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.
 
 
Krisjanis Rijnieks 2d51c0f097 Add basic example README.md 7 years ago
..
bin Update example data file 8 years ago
example.xcodeproj Update example.xcodeproj 8 years ago
src Make it work with openFrameworks master branch 8 years ago
.gitignore Remove XCode project files from git ignore 11 years ago
CMakeLists.txt Auto stash before merge of "magSlideShowSource" and "kr15h/master" 8 years ago
Makefile Update makefile for of 0.9.0, close #34 10 years ago
Project.xcconfig Attempting to fix `-lpthread: linker input unused` warning 10 years ago
README.md Add basic example README.md 7 years ago
addons.make Move back to single addons.make file primarily for the RPi 8 years ago
example.qbs created simpler example 8 years ago
openFrameworks-Info.plist Auto stash before merge of "magSlideShowSource" and "kr15h/master" 8 years ago

README.md

Base Example

This example demonstrates basic functionality of ofxPiMapper.

  • Adding and editing mapping surfaces
  • Texture cropping
  • Video and image source
  • Generative FBO sources
  • Default keyboard shortcuts

Click once to enter projection mapping mode. Then click and click to do the mapping. The src/CrossSource and src/CustomSource classes are custom FBO source examples. You can re-use them as starting points for your own generative, data-driven or interactive sources.

There should be no problem compiling this on the Raspberry Pi. On other systems supporting make one should change the addons.make file and remove the ofxOMXPlayer line. For Mac OS with openFrameworks 0.9.8, delete the ofxGui files that are marked red from the project pane under addons/ofxGui.