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

https://github.com/csharpredottools/redotutils

An ever expanding Redot C# game dev library to be used across several game projects
https://github.com/csharpredottools/redotutils

csharp csharp-library enet-csharp game godot library

Last synced: 3 months ago
JSON representation

An ever expanding Redot C# game dev library to be used across several game projects

Awesome Lists containing this project

README

        

## What is this?
An ever expanding utils library for Redot C#. This is the library I am using across all my games, now open source for everyone else to enjoy as well.

## Install
Add this as a submodule to your GitHub repo
```
git submodule add https://github.com/CSharpRedotTools/RedotUtils RedotUtils
```

Add the following to your `.csproj`
```xml


```