RLBot / core

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

Create Language Interfaces #19

Open ddthj opened 10 months ago

ddthj commented 10 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 6 months ago

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

swz-git commented 6 months ago

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

mtheall commented 1 month ago

C++ interface: https://github.com/mtheall/RLBotCPP