migueldeicaza / SwiftGodot

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

Ponder: Replace Doubles with Floats where possible #496

Open migueldeicaza opened 5 months ago

migueldeicaza commented 5 months ago

The API sometimes surfaces doubles, when it is not necessary.

We still use the double API for interop, but would be useful to not confuse people:

https://github.com/godotengine/godot-cpp/pull/1433/files

elijah-semyonov commented 1 month ago

Referenced PR superseded by https://github.com/godotengine/godot-cpp/pull/1555