An open API service indexing awesome lists of open source software.

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#

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