Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duckyhq0/hqlauncher-rs
Rust experiment for creating a Minecraft launcher from scratch.
https://github.com/duckyhq0/hqlauncher-rs
minecraft react rust
Last synced: 16 days ago
JSON representation
Rust experiment for creating a Minecraft launcher from scratch.
- Host: GitHub
- URL: https://github.com/duckyhq0/hqlauncher-rs
- Owner: DuckyHQ0
- Created: 2024-08-02T21:12:27.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T23:07:18.000Z (3 months ago)
- Last Synced: 2024-10-15T03:20:13.468Z (24 days ago)
- Topics: minecraft, react, rust
- Language: Rust
- Homepage:
- Size: 3.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![hqlauncher.rs cover](./assets/hqlauncher-cover.png)
## Planning stages - 0.0-alpha
**Experimental** build of HQLauncher for making a Minecraft launcher from scratch in Rust, using Tauri.
!! - This is a Cargo workspace, see individual projects in their folders.
### msmc.rs
A Microsoft and Minecraft authentication library in Rust.
Fast, simple, secure. Uses Tao and Wry to create a window for authentication, and reqwest.
[(auth api docs)](https://mojang-api-docs.gapple.pw/authentication/msa)Inspired by the original JS [MSMC](https://github.com/Hanro50/MSMC)
### mcln.rs
A Minecraft launcher library in Rust. Fast, and easy.
Will support easy instance creation:
- Vanilla
- Fabric
- Forge
- Quilt
- Modrinth
- CurseforgeAnd other useful features.
### hql
Frontend for the HQLauncher app. Uses Tauri, React, Vite, and MorphUI.
### Licenses & Contributing
Feel free to contribute. Each license is in their own folder, and they're all `GPL-3.0`.