SceneGen
SceneGen copied to clipboard
Swift Code Generator for Godot Scenes — renders typed descriptions of each node in a godot project's scene files.
This is a bit messy and could be improved: ``` SWIFT: extension_initialize SwiftEmbed: Register our types here, level: GDExtensionInitializationLevel(rawValue: 0) Godot Engine v4.2.dev.custom_build.1fc23bc78 - https://godotengine.org SWIFT: extension_initialize SwiftEmbed: Register our...
Binary size, build time and execution time could be improved a lot, if it wasn't depending on Godot's parser. A fun thing to do would be to write something that...
I haven't done this yet because I'm pretty convinced that build-time isn't quite the right place for code generation. I much prefer using this with a watcher as documented in...
This could be an artifact bundle like what SwiftFormat does.