Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 518 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 518 Bytes

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 installed, do just build. If not, see ./justfile.