https://github.com/virxec/csharp-interface
A library to interface with the RLBot v5 framework through C#
https://github.com/virxec/csharp-interface
csharp rlbot
Last synced: 10 months ago
JSON representation
A library to interface with the RLBot v5 framework through C#
- Host: GitHub
- URL: https://github.com/virxec/csharp-interface
- Owner: VirxEC
- License: unlicense
- Created: 2024-12-21T04:24:14.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-21T20:08:59.000Z (10 months ago)
- Last Synced: 2025-02-21T21:24:06.098Z (10 months ago)
- Topics: csharp, rlbot
- Language: C#
- Homepage:
- Size: 108 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