GodotOnReady
Onready generator
A C# source generator for Godot 3.x that adds convenient onready-like features to scripts without reflection
A C# Source Generator that adds convenient onready-like features to your C# scripts in Godot Mono (3.x) without any reflection.
123 stars
4 watching
13 forks
Language: C#
last commit: over 1 year ago
Linked from 1 awesome list
csharp-sourcegeneratorgodot-mono
Related projects:
Repository | Description | Stars |
---|---|---|
ycanardeau/resxgenerator | A C# source generator to create strongly-typed resource classes for localized strings | 32 |
semickolon/godotrx | A reactive extensions library for Godot C# to simplify signal handling and make it more type-safe and convenient. | 93 |
thenameless314159/sourcegeneratorutils | Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 |
daveaglick/scripty | Tool to use Roslyn-powered C# scripts for code generation in .NET projects | 620 |
cloud0259/controllergenerator | Automates the creation of controllers from specified services in .NET projects using source generator technology | 8 |
elskom/gitbuildinfo.sourcegenerator | A tool that provides information about the current Git branch and commit hash, and marks the build as clean or dirty based on the working tree state | 38 |
hermanussen/mocksourcegenerator | A C# mocking library that generates mocks at compile-time using a source generator | 11 |
ryanalameddine/sourcegeneratordemo | A C# project demonstrating the use of source generators to automate code generation at compile time. | 3 |
lokimidgard/sourcegenerator.helper.copycode | Generates source code strings for attribute definitions in C#. | 7 |
godotexplorer/gdutils | A collection of utility scripts for the Godot game engine written in GDScript. | 97 |
krasin-ga/matryoshki | A framework for creating type-agnostic decorators and adapters using C# source generators | 28 |
martinothamar/wrappervalueobject | Generates simple value objects in C# to wrap primitive types and provide automatic equality comparison and formatting | 53 |
daver32/interfacegenerator | A tool to automatically generate interfaces from classes | 36 |
xrayez/godot-anl | A Godot Engine module providing noise generation capabilities with a visual editor and modular components. | 111 |
overminddl1/godot-helpers | A collection of reusable GDScript functions and classes for common tasks in game development. | 26 |