migueldeicaza / SwiftGodot

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

Some of the custom builtin vector3 operators and members #546

Closed elijah-semyonov closed 2 months ago

elijah-semyonov commented 2 months ago

Reimplement some of builtin operators of Vector3 in Swift to avoid marshaling

migueldeicaza commented 2 months ago

Oh I love that this approach keeps the documentation!

Insta merge!