ShadowApex / godot-go

Go language bindings for the Godot Engine's GDNative API.
MIT License
364 stars 31 forks source link

Generate Go structures for all Godot objects. #3

Closed ShadowApex closed 7 years ago

ShadowApex commented 7 years ago

We need to write code parsing and code generation to create native Go structures for all available Godot objects. This will allow us to embed Godot objects into Go structs to make all of their methods and properties available to the "child" class.