An open API service indexing awesome lists of open source software.

https://github.com/swz-git/guilauncher

RLBotGUI launcher
https://github.com/swz-git/guilauncher

Last synced: 4 months ago
JSON representation

RLBotGUI launcher

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)