gdgen
gdgen copied to clipboard
Code generator for Godot Engine (modules)
Results
2
gdgen issues
Sort by
recently updated
recently updated
newest added
Currently only C++ modules generation is supported. What I also had in mind for this package is the ability to generate GDNative-related code and structures, but I'm not that skilled/experienced...
enhancement
Currently only a handful of core types are supported by the generator natively: https://github.com/Xrayez/gdmodule/blob/0f39e947ba2897d459a3743ddb7d22d44e1c4d29/gdtypes.py#L26-L34 It would be nice for the generator to optionally dump Godot core API so that more...
enhancement