A collection of Source Generators to work with Godot Projects in a more simple fashion.
Find a file
Mario Steele e94e4961e7 Updated Readme
Started Readme documentation.
2025-09-26 20:34:34 -05:00
Core Updated CSProj for GodotSharpExtended Core library 2025-09-26 20:19:22 -05:00
Generators Updated Generators 2025-09-26 20:15:14 -05:00
.gitignore Initial Commit 2025-09-26 03:13:44 -05:00
Godot.Sharp.Extended.sln Finished restructure 2025-09-26 20:15:34 -05:00
README.md Updated Readme 2025-09-26 20:34:34 -05:00

Godot.Sharp.Extended

Godot.Sharp.Extended is a core library with a Source generators for the Godot Engine, providing additional support for ease of programming with the Godot Engine.

Installation

To install this library, simply use dotnet command line tool, to add a package reference for GodotSharpExtras, using the following command:

dotnet add package Godot.Sharp.Extended