Announcing SurfaceMapper - a projection mapping library
in
Library and Tool Development
•
1 year ago
Hi,
We've been working on this library for quiet some time now and think it's time for us to contribute to the community by making it public.
SurfaceMapper is a library the enables you to project textures on multiple surfaces, like the keystone library.
Some features are:
- Correct perspective transformation with the use of the Java Advanced Imaging API (JAI).
- Add bezier surfaces and map curved objects.
- You can name each surface a specific String ID.
- Easy to change sub division on specific surfaces.
- Automatically calculates the texture mapping in each surface.
- Easy to identify each surface to assign content.
- Save and load all settings.
- Set specific colors of each surface.
- Can set snap and selection distance using the scroll wheel.
- Set background of the sketch to map from a photo.
Hope you enjoy it and please post feedback!
/edit
This version is currently not working under Processing 2.0
1