https://github.com/rlbot/csharp-interface
A library to interface with the RLBot v5 framework through C#
https://github.com/rlbot/csharp-interface
csharp rlbot
Last synced: about 1 month ago
JSON representation
A library to interface with the RLBot v5 framework through C#
- Host: GitHub
- URL: https://github.com/rlbot/csharp-interface
- Owner: RLBot
- License: mit
- Created: 2024-12-21T04:24:14.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-04-09T10:27:51.000Z (about 2 months ago)
- Last Synced: 2025-04-09T11:29:55.241Z (about 2 months ago)
- Topics: csharp, rlbot
- Language: C#
- Homepage:
- Size: 59.6 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RLBot CSharpInterface
A library to interface with the RLBot v5 framework through C#.
## Usage
TODO
## Contribute
Setup
1. Make sure [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) is installed
1. Clone repository
1. Update submodules: `git submodules update --init`
1. Generate flatbuffers: `./generate-flatbuffers.sh`
1. Open `CSharpInterface.sln` in your favorite C# IDE### Formatting
This project uses the CSharpier formatter. You can run it with `dotnet csharpier .`
### Testing
TODO
### Deployment
TODO