A powerful projection mapping application built with Python, Tkinter, and OpenGL. Designed for live performance and installation art, FREEkMapper allows you to map video and images onto physical surfaces with advanced sequencing and live control capabilities.
- Quad Surface Mapping: Create and map multiple quad surfaces to physical objects.
- Media Support: Load videos and images onto individual surfaces.
- Advanced Playback Modes:
- Concurrent: All surfaces play their media simultaneously (looping).
- Sequential: Define a playlist of steps where surfaces play one after another.
- Continuous Surfaces: Designate specific surfaces to keep playing (e.g., background loops) regardless of the current sequence step.
- Live Control Panel: A separate window for triggering saved configurations and managing shows live.
- Fullscreen Output: High-performance OpenGL output window for the projector.
- Configuration Persistence: Save and load your entire mapping setup and sequence.
pip install freekmapperTo start the application:
freekmapper- Add Surface: Click "Add Quad Surface" to create a new mapping area.
- Adjust Geometry:
- In the Embedded Preview (Right Panel), drag the corners of the surface to match your physical object.
- Use Shortcuts:
r/Rto rotate the surface points if the orientation is wrong.
- Load Media: Select a surface in the list and click "Load Video" or "Load Image".
The application supports two playback modes:
- Concurrent (All Play): Default mode. All surfaces play their assigned media in a loop.
- Sequential (One by One): Plays a defined playlist of cues.
- Click ⚙ Setup Sequence to open the Sequence Editor.
- Add Steps: Select a surface and media file, then click "Add to Playlist".
- Order: Use "Move Up" / "Move Down" to arrange the playback order.
- Continuous Surfaces: Check the boxes on the right for surfaces that should always be visible (e.g., a background layer), even when other steps are playing.
- Apply: Saves the sequence.
For live shows, use the Live Control Panel:
- Click 🎛 Live Control Panel.
- Slots: You have 5 slots to assign different saved configurations (
.npyfiles).- Click Assign to choose a config file.
- Click GO to instantly load that configuration.
- Looping:
- Check the boxes next to the slots you want to include in a loop.
- Set the Loop Duration (in seconds).
- Click Start Loop to cycle through the selected configs automatically.
- Blackout: Click Disable Show to instantly blackout the projector output. Click again to resume.
When you are ready to project:
- Select the target Display from the dropdown.
- Click ▶ Fullscreen Output.
- Fullscreen Shortcuts:
ESC: Exit fullscreen.E: Toggle Edit Mode (shows/hides corner handles).H: Hide/show control overlays.R: Rotate the selected surface.- Drag Corners: You can fine-tune the mapping directly in the fullscreen window.
- Python 3.8+
- OpenGL 3.3+ compatible graphics card
- Dependencies:
moderngl,glfw,dearpygui,opencv-python,numpy,Pillow