https://github.com/rlbot/go-interface
A minimal RLBot library for Go using the socket spec
https://github.com/rlbot/go-interface
Last synced: about 1 month ago
JSON representation
A minimal RLBot library for Go using the socket spec
- Host: GitHub
- URL: https://github.com/rlbot/go-interface
- Owner: RLBot
- License: mit
- Created: 2024-07-16T12:17:13.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-04-08T20:56:10.000Z (about 1 month ago)
- Last Synced: 2025-04-08T21:33:46.762Z (about 1 month ago)
- Language: Go
- Size: 3.62 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rlbot/go-interface
Go interface for the RLBot v5 socket api
## Examples
see `examples` folder
## Todo
* Nicer way to handle flatbuffers? (ideally we dont want the T suffix for the object api)
* Wrappers? (much manual work)
* Codegen? (rely upon a lot of custom codegen, eww)
* Helper stuff (niceties)
* Rendering
* Statesetting?
* Basic AgentAlso see TODO comments
## Building
If you're on linux and have [just](https://github.com/casey/just) installed, do `just build`. If not, see `./justfile`.