You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #791. Implement some of the Transform2D API in rust
Added some of the Transform2D methods from the Godot API to its Rust
counterpart. The implementation uses rust, but closely follows the
C++ codebase.
Tests have been added to validate that calling the native transform2d
API is equivalent to using the Rust methods.
0 commit comments