https://github.com/swz-git/guilauncher
RLBotGUI launcher
https://github.com/swz-git/guilauncher
Last synced: 4 months ago
JSON representation
RLBotGUI launcher
- Host: GitHub
- URL: https://github.com/swz-git/guilauncher
- Owner: swz-git
- License: mit
- Created: 2023-09-09T19:23:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-10T22:51:03.000Z (about 1 year ago)
- Last Synced: 2025-05-10T23:25:32.941Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 62.2 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GUI launcher
A RLBotGUI launcher
## Compiling
### Windows
Make sure you have the [rust toolchain installed](https://rustup.rs/). Build using `cargo build --release`
### Cross-compiling on linux
Make sure you have the [rust toolchain](https://rustup.rs/) and [cargo-xwin](https://github.com/rust-cross/cargo-xwin) installed. Build using `cargo xwin build --release`
## Improvements over old batch installer
* Self-updater
* Rust (more reliable, faster)
* Probably more anti-virus friendly (no bat2exe)