SceneGen icon indicating copy to clipboard operation
SceneGen copied to clipboard

Swift Code Generator for Godot Scenes — renders typed descriptions of each node in a godot project's scene files.

Results 5 SceneGen issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

help wanted
good first issue