migueldeicaza / SwiftGodot

New Godot bindings for Swift
https://migueldeicaza.github.io/SwiftGodotDocs/tutorials/swiftgodot-tutorials/
MIT License
1.18k stars 77 forks source link

Convenience APIs #601

Open migueldeicaza opened 1 week ago

migueldeicaza commented 1 week ago

I wonder if I could add #if canImport(...) to provide convenience API integration features, like images to UIKit/AppKit.

More of a question of taste than a question if it is possible.