This is a simple app for macOS to distort and map a video onto a rectangular surface.
This App is written in C++ using Cinder and the awesome: Cinder-Warping by Paul Houx
See releases to download the newest version.
- Open the video file.
- Move the projection window onto a separate monitor (projector).
- Enable edit mode.
- Drag the corners to the desired positions.
- (optional) Use scale and offset to only show a certain area of the video.
Voilà!
If you'd like to build it yourself you need to download cinder and set the correct CINDER_PATH
in the xcode project's build settings.