Sussy Launcher ඞ
A very simple mod launcher/loader for the game Among Us (Also referred to as Amogus ඞ).
This Project is written with the Rust programming language
It uses svelte for the frontend.
Download it here
Contributions
Everyone is welcome to contribute to this. (Why would you want to though ?)
Build
If you want to build this yourself, you will need to install the Rust programming language
Then you need to install the tauri cli like this: cargo install tauri-cli --version ^1.0.0-beta
Then you only need to run npm install
and after that you can already start building.
For these next steps to work, you might have to install WebView2 first.
To run it in dev mode, you can run cargo tauri dev
.
If you want to build it, just run cargo tauri build
. The build output then is in src-tauri/target/release
(Also contains the installers in /bundle
)