Marquis Kurt

Results 31 comments of Marquis Kurt

It appears that this needs to be included in both `godot-swift` and your particular package. It seems to be working fine after adding the platforms like below to both Package.swift...

Update: It appears that `Float16` is not available on macOS, which causes a problem during build: ``` (sub-build) /Users/marquis/Developer/godot-swift/examples/.build/plugins/outputs/examples/GodotSwiftExample/GodotNativeScript/.build/plugins/outputs/examples/GodotSwiftExample/GodotNativeScript/classes.swift:5533:11: error: 'Float16' is unavailable in macOS (sub-build) extension Float16:Godot.RectangleElement {} (sub-build)...

I recently got an M1 Air, so I'm going to see if I can get any farther into the build process using that and the latest toolchain available that supports...

Update: It appears that I still get the same Float16 problem, even on the M1: ``` (sub-build) /Users/marquis/Developer/godot-swift/examples/.build/plugins/outputs/examples/GodotSwiftExample/GodotNativeScript/.build/plugins/outputs/examples/GodotSwiftExample/GodotNativeScript/classes.swift:4469:1: error: type 'Float16' does not conform to protocol '_GodotVariantRepresentable' (sub-build) extension Float16:Godot.VariantRepresentable{}...

I imagine this has to do with following closely to Godot's APIs for game developers using Godot that also want to use Swift (not to be confused with Swift developers...

> can you give specific examples? It took me a minute to realize, but I think they're referring to the sample bits of code used in the documentation. As a...

Any updates on supporting the App Sandbox mode for this? I tried implementing this into a game project, but it appears to not like the App Sandbox mode or its...

It appears to be more of a Firefox issue than it is a GTK+ theming issue. This happened to me a lot in Ubuntu 18.04 with many GTK themes.

Is it an API issue? We could file one to include progress indication, or at least change it to "Installation in progress"

I ran into this problem myself, but I just edited my image in GIMP before importing. A decent photo editing tool inside of the app would be nice, though. Sent...