RLBot / core

RLBot core implementation in C#, with a smaller closed-source portion.
https://rlbot.org/
MIT License
3 stars 3 forks source link

Create Language Interfaces #19

Open ddthj opened 8 months ago

ddthj commented 8 months ago

They are frameworks/libraries that wraps the flatbuffer stuff and communication (MVP) They contain the base class/interface for bots (MVP) They also have API for starting a match (not MVP)

VirxEC commented 4 months ago

Python interface: https://github.com/VirxEC/python-interface

swz-git commented 4 months ago

Rust interface: https://github.com/swz-git/rust-interface