32 lines
1.2 KiB
Markdown
32 lines
1.2 KiB
Markdown
# Rusty Hub [](https://github.com/Leinnan/rusty_hub/actions/workflows/rust.yml)
|
|
|
|
Very simple alternative for Unity Hub. Rust pet project.
|
|
|
|

|
|
|
|
## Download
|
|
|
|
There is ready to download Windows version. Go to [Releases](https://github.com/Leinnan/rusty_hub/releases) and look for `windows-build.zip` in `Assets`.
|
|
|
|
## Building and using
|
|
|
|
[Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) is required in order to build it.
|
|
|
|
Building is pretty simple, just copy repo, open `egui_client` subdirectory in `CLI` client and run these commands:
|
|
|
|
```sh
|
|
git clone git@github.com:Leinnan/rusty_hub.git
|
|
cd rusty_hub/egui_client
|
|
cargo build --release
|
|
cargo run --release
|
|
```
|
|
|
|
|
|
## Thanks
|
|
|
|
Big thanks to https://github.com/unitycoder/UnityLauncherPro
|
|
|
|
Most of the required information about how data is stored by Unity HUB is taken from there.
|
|
|
|
Thanks for the icon to the [Papirus Development Team](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/)
|