Closed iwikal closed 3 years ago
Oh my. Yet another linear algebra crate. :sweat_smile: Your PR will be happily accepted once ready! :) Thanks for the time spent on this!
The glam PR has been merged, and rumor has it the next release is in a couple weeks.
I guess this is ready for review. For my use case, I would really like for the default interpolation for Quaternions be slerp instead of lerp. Gotta stay consistent with the nalgebra and cgmath implementations though.
In case you didn't get a notification: ping @phaazon
Sorry to be pestering you @phaazon, but can I get an update on what's blocking this?
Argh I don’t get the GitHub notifications, it’s super annoying.
I'm trying to contribute to Bevy engine's animation support, and Bevy uses glam for its math types. Glam does not implement adding and subtracting Quats at this time, but I've opened a pull request to them as well. If they merge it, this should work too.