From 2d51c0f0972a30a916fddf1f3cc064b0e7dbd1c9 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Fri, 23 Mar 2018 22:42:33 +0100 Subject: [PATCH] Add basic example README.md --- example/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 example/README.md diff --git a/example/README.md b/example/README.md new file mode 100644 index 0000000..c12424d --- /dev/null +++ b/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`.