hadronized / splines

Interpolation made easy.
https://crates.io/crates/splines
Other
162 stars 34 forks source link

Add impl-glam feature #50

Closed iwikal closed 3 years ago

iwikal commented 4 years ago

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.

hadronized commented 4 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!

iwikal commented 4 years ago

The glam PR has been merged, and rumor has it the next release is in a couple weeks.

iwikal commented 4 years ago

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.

iwikal commented 3 years ago

In case you didn't get a notification: ping @phaazon

iwikal commented 3 years ago

Sorry to be pestering you @phaazon, but can I get an update on what's blocking this?

hadronized commented 3 years ago

Argh I don’t get the GitHub notifications, it’s super annoying.