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

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

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 Agent

Also 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`.