https://github.com/transcental/quilter
Create custom quilts for the Looking Glass Go
https://github.com/transcental/quilter
Last synced: 11 months ago
JSON representation
Create custom quilts for the Looking Glass Go
- Host: GitHub
- URL: https://github.com/transcental/quilter
- Owner: transcental
- Created: 2024-11-14T13:46:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T15:32:10.000Z (about 1 year ago)
- Last Synced: 2025-02-26T03:41:49.661Z (11 months ago)
- Language: Svelte
- Size: 52.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quilter
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](https://github.com/transcental/AmberLG) of it. We have a currently [open PR](https://github.com/regcs/AliceLG/pull/139) to merge our changes into the original plugin.
## Features
- Sorting files
- Creating quilts
- Combining quilts into a video
- Auto updates
## Installation
Download the latest release from the [releases page](https://quilter-releases.transcental.dev/) - _If on an Apple Silicon Mac, please select `darwin_arm64` and move the `.app` into your Applications folder_
## Development
### Prerequisites
- [Rust](https://rustup.rs)
- [Bun](https://bun.sh)
### Setup
1. Clone the repository
2. Install dependencies with `bun i`
3. Start the development server with `bun tauri dev`