migueldeicaza / SwiftGodot

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

Optimization: Move more vector operations to Swift #509

Open migueldeicaza opened 4 months ago

migueldeicaza commented 4 months ago

We have an infrastructure in place now to put more code in the Swift side, we should move all the math operations for vectors and transforms there, rather than delegating to Godot.