A collection of Source Generators to work with Godot Projects in a more simple fashion.
Find a file
Mario Steele 536c29e38f Added Godot.Sharp.Extended.Generators reference
Ensure that if user installes Godot.Sharp.Extended, also gets Godot.Sharp.Extended.Generators package.
2025-09-26 20:35:05 -05:00
Core Added Godot.Sharp.Extended.Generators reference 2025-09-26 20:35:05 -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