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

Figure out how to build the command line tool into something that can easily be used in Swift PM #3

Open PadraigK opened 1 year ago

PadraigK commented 1 year ago

This could be an artifact bundle like what SwiftFormat does.

PadraigK commented 1 year ago

Hoping to find a way to build everything into one binary also, instead of needing to leave dylibs lying around, but that will depend on the upstream dependencies.