github migueldeicaza/SwiftGodot v0.19

latest releases: 0.42.0, 0.41.0, 0.40.0...
11 months ago

Convenience macros to register Godot classes and surface properties and methods
is now available.

This release uses the new Macro facilities in Swift 5.9 to remove a
lot of boilerplate code. Now creating a Godot class is much simpler
you only use a @Godot attribute on your class, and use the @Export
and @Callable attributes on it to surface variables/properties and
methods.

Don't miss a new SwiftGodot release

NewReleases is sending notifications on new releases.