Skip to content

Rust experiment for creating a Minecraft launcher from scratch.

Notifications You must be signed in to change notification settings

DuckyHQ0/hqlauncher-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hqlauncher.rs cover

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)

Inspired by the original JS MSMC

mcln.rs

A Minecraft launcher library in Rust. Fast, and easy.

Will support easy instance creation:

  • Vanilla
  • Fabric
  • Forge
  • Quilt
  • Modrinth
  • Curseforge

And 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.