Quilter is a Tauri app to help create Quilts for Looking Glass products. This app is designed to be used with the Blender plugin - more specifically with our fork of it. We have a currently open PR to merge our changes into the original plugin.
- Sorting files
- Creating quilts
- Combining quilts into a video
- Auto updates
Download the latest release from the releases page - If on an Apple Silicon Mac, please select darwin_arm64
and move the .app
into your Applications folder
- Clone the repository
- Install dependencies with
bun i
- Start the development server with
bun tauri dev