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 5ab0168cbb Add visual switching to sources editor with key 4 11 years ago
example Add visual switching to sources editor with key 4 11 years ago
src Add visual switching to sources editor with key 4 11 years ago
.gitignore Add .gitignore 11 years ago
README.md Update README with next steps 11 years ago
license.md Added oF addon README.md template and MIT license 11 years ago

README.md

ofxPiMapper

This project is an attempt to create optimized version of an openFrameworks projection mapping addon for the Raspberry Pi.

Introduction

ofxPiMapper is mainly intended for people who want to use the Raspberry Pi as a cheaper way to create standalone mapping installations. Let's say someone has 10 generative mapping pieces and at last get's an offer to exhibit them in an art or any other kind of gallery. 10 Mac computers? No! PiMapper is here to save you!

Licence

ofxPiMapper is distributed under the MIT License.

Installation

Clone this into your openFrameworks/addons folder. If your openFrameworks installation on the Pi resides in the home directory, you have to type the following in the terminal:

cd ~/openFrameworks/addons
git clone https://github.com/kr15h/ofxPiMapper.git

Dependencies

None so far.

Compatibility

Tested with 0.8.0, 0.8.1

Known issues

None so far.

Version history

Version 0.1.3:

  • Add sources view (for selected surface)
  • Select image sources
  • Save and load composition

Version 0.1.2 (2014-05-12):

Restructured GUI mechanism for flexibility later.

  • Added possibility to add multiple surfaces
  • Add GUI for surface manager instead per surface
  • Ability to select and drag whole surfaces as well as select/deselect surfaces

Version 0.1.1 (2014-05-10):

Added simple GUI with joints. Updated the example application so that it allows the user to do texture mapping, projection mapping and enter presentation mode.

Version 0.1 (2014-05-09):

First usable version. For now there is a triangle surface class that you can use to map an ofTexture object.

  • Added triangle surface
  • Added simple example