migueldeicaza / SwiftGodot

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

Ponder: Replace Doubles with Floats where possible #496

Open migueldeicaza opened 4 weeks ago

migueldeicaza commented 4 weeks 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