Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polyfrost/onelauncher
Next-generation, sleek, and easy to use open source Minecraft launcher
https://github.com/polyfrost/onelauncher
curseforge curseforge-api fabricmc forge linux minecraft minecraft-launcher modrinth modrinth-api neoforge onelauncher quiltmc rust solid tauri
Last synced: about 2 months ago
JSON representation
Next-generation, sleek, and easy to use open source Minecraft launcher
- Host: GitHub
- URL: https://github.com/polyfrost/onelauncher
- Owner: Polyfrost
- License: gpl-3.0
- Created: 2024-03-14T09:12:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T12:03:37.000Z (2 months ago)
- Last Synced: 2024-10-28T15:57:29.950Z (2 months ago)
- Topics: curseforge, curseforge-api, fabricmc, forge, linux, minecraft, minecraft-launcher, modrinth, modrinth-api, neoforge, onelauncher, quiltmc, rust, solid, tauri
- Language: Rust
- Homepage: https://polyfrost.org/projects/onelauncher
- Size: 6 MB
- Stars: 35
- Watchers: 3
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.config.ts
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# OneLauncher
Rust-based Minecraft launcher utilizing Tauri, SolidJS, and Tailwind
## Project Structure
* [`apps/desktop`](./apps/desktop/) - Rust-based Minecraft launcher utilizing Tauri, SolidJS, and Tailwind.
* [`crates/core`](./crates/core/) - The core for our Minecraft launcher (platform agnostic), along with Rust-based utilities for other Polyfrost projects and interactions.
* [`testing`](./crates/testing/) - Testing playground for our Rust core, independant of Tauri.
* [`distribution`](./packages/distribution/) - Distribution utilties and meta files for the [`apps/desktop`](./apps/desktop/) app.