migueldeicaza / SwiftGodot

New Godot bindings for Swift
https://migueldeicaza.github.io/SwiftGodotDocs/tutorials/swiftgodot-tutorials/
MIT License
985 stars 55 forks source link

Add support for generating "native_structures" #502

Closed migueldeicaza closed 1 week ago

migueldeicaza commented 2 weeks ago

There are a handful of data structures that Godot exposes in native_structures that we should support.

migueldeicaza commented 2 weeks ago

These are in a funky format, and they are a handful of them, maybe easier to just write by hand.

migueldeicaza commented 1 week ago

Done