Browse Source

Add basic example README.md

master
Krisjanis Rijnieks 7 years ago
parent
commit
2d51c0f097
  1. 13
      example/README.md

13
example/README.md

@ -0,0 +1,13 @@
# 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`.
Loading…
Cancel
Save