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
- Host: GitHub
- URL: https://github.com/csharpredottools/redotutils
- Owner: CSharpRedotTools
- License: mit
- Created: 2023-02-27T00:44:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T20:27:43.000Z (8 months ago)
- Last Synced: 2024-10-28T00:29:24.207Z (8 months ago)
- Topics: csharp, csharp-library, enet-csharp, game, godot, library
- Language: C#
- Homepage:
- Size: 459 KB
- Stars: 49
- Watchers: 6
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```