PadraigK / SceneGen

Swift Code Generator for Godot Scenes — renders typed descriptions of each node in a godot project's scene files.
MIT License
21 stars 0 forks source link

Add a Swift PM `.buildTool` plugin #4

Open PadraigK opened 1 year ago

PadraigK commented 1 year ago

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

However, others may want to live in a buildTool world and it wouldn't take much to add a buildTool here.