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

https://github.com/virxec/rlbotsim

Replaces RLBotServer with RocketSim - interfaces with bots via the RLBot v5 spec
https://github.com/virxec/rlbotsim

rlbot rust

Last synced: about 1 month ago
JSON representation

Replaces RLBotServer with RocketSim - interfaces with bots via the RLBot v5 spec

Awesome Lists containing this project

README

        

# RLBotServer + RocketSim

- RocketSim instead of Rocket League!
- Uses Flatbuffers (auto-generated by `core/build.rs`) and TCP to communicate with bots
- Tokio for maximum performance and lowest latency when handling network connections

## Running

See command lines options with `cargo r -r -- --help`

- Run with RLViser: `cargo r -r`

- See various RLViser-related options with `cargo r -r -- rlviser --help`

- Run without RLViser: `cargo r -r -- headless`