A very simple mod launcher/loader for the game Among Us (Also referred to as Aออญอซฬทฬmอ อฬฌฬอคoฬอขฬฏฬฑอgฬฬฝฬออuอฬฬกฬญฬsฬ าอ ออ เถ). ๐ฉ๐ฆ
This Project is written with the Rust programming language ๐ and the tauri framework ๐.
The use of the rust Programming language is import because of its zero cost abstractions ๐๐โ๐ฑ๐น๐ฐ.
This means the Launcher is blazing fast ๐๐จ and is Memory safe ๐๐๐พ.
It uses svelte for the frontend ๐ป, which is obviously the best web framework/compiler ๐.
Apart from using Rust ๐ with WebAssembly ๐๐จ.
Download it here ๐ฝ
Either use the installer, or just open the exe (This will create new files at the exe location โผ๐ฒ)
Everyone is welcome to contribute to this. (Why would you want to, though ?)
I will accept every pull request, that doesn't:
If you want to build this yourself, you will need to install the Rust programming language ๐. This includes the Rust's ๐ package manager cargo ๐, which is superior to any other package manager ๐ฏ.
Then you need to install the tauri cli like this: ๐ฝ cargo install tauri-cli --version ^1.2
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
) ๐
(verry funny)