Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add readme #28

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 24 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
# Tauri + SvelteKit + TypeScript
# Quilter

This template should help get you started developing with Tauri, SvelteKit and TypeScript in Vite.
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.

## Recommended IDE Setup
## Features

[VS Code](https://code.visualstudio.com/) + [Svelte](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer).
- 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`