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 79b6ec8a7e Rename example to example_fbo-sources and move magSlideShowSource there 7 years ago
..
bin/data Rename example to example_fbo-sources and move magSlideShowSource there 7 years ago
example_fbo-sources.xcodeproj Rename example to example_fbo-sources and move magSlideShowSource there 7 years ago
src Rename example to example_fbo-sources and move magSlideShowSource there 7 years ago
.gitignore Rename example to example_fbo-sources and move magSlideShowSource there 7 years ago
Makefile Rename example to example_fbo-sources and move magSlideShowSource there 7 years ago
Project.xcconfig Rename example to example_fbo-sources and move magSlideShowSource there 7 years ago
README.md Rename example to example_fbo-sources and move magSlideShowSource there 7 years ago
addons.make Rename example to example_fbo-sources and move magSlideShowSource there 7 years ago
openFrameworks-Info.plist Rename example to example_fbo-sources and move magSlideShowSource there 7 years ago

README.md

Base Example

This example shows how to use custom (FBO) source functionality with ofxPiMapper. Below you can see a list of custom sources and feel free to add your own via pull requests!

  • ScanlineSource
  • SlideShowSource

To build your own source, one should start by extending the FboSource class. When the source is ready, it should be instantiated in the ofApp class and passed via mapper.registerFboSource(...source) function before the mapper.setup() call. This will make the source name to appear under FBO Sources category in the source selection mode.