dche / glm-rs

GLSL mathematics for Rust programming language.
MIT License
43 stars 21 forks source link

Quaternions? #15

Open mhintz opened 8 years ago

mhintz commented 8 years ago

Just a feature request - have you thought about including quaternions? The library looks good, this is something that stands out as potentially missing for someone used to glm.

sp4ghet commented 5 years ago

https://github.com/sp4ghet/quaternion

I'm not sure if it would help but here is a Quaternion implementation I did in rust if someone wants to build a glm-like API on top of it or discuss how the API should look, unfortunately not too familiar with how the API should look like since I haven't used glm much.