1
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #548 from gents83/master More... about 2 years ago
Fixing clippy warnings More... about 2 years ago
Add support for cast using bytemuck crate More... over 2 years ago
cargo fmt More... over 2 years ago
Merge pull request #539 from CyborgSquirrel/master More... over 2 years ago
Implement IntoMint trait for Vectors, Points, Matrices, and Quaternions - Updated mint to 0.5.8, so that the IntoMint trait is available - Implemented IntoMint for Vectors, Points, Matrices, and Quaternions More... over 2 years ago
Replace use of BaseFloat/Float with BaseNum/Num where possible More... almost 3 years ago
Remove NumCast bound from BaseNum More... almost 3 years ago
Update links in quaternions.rs (#535) More... almost 3 years ago
Fix some clippy warnings and some typo More... almost 3 years ago
cargo fmt More... almost 3 years ago
Fix some clippy warnings More... almost 3 years ago
Merge pull request #532 from remilauzier/master More... almost 3 years ago
update approx to 0.5 More... almost 3 years ago
More Into impls converted to From (#529) More... about 3 years ago
Implement From instead of Into for array/tuple/mint conversions (#528) More... about 3 years ago
Simplify "fold_array" macro (#527) More... about 3 years ago
Release 0.18 (#520) More... over 3 years ago
Upgrade approx and rand crates (#523) More... over 3 years ago
Fix deprecation warnings (#522) More... over 3 years ago
Update readme build status and remove IDE config (#521) More... over 3 years ago
Add github workflows (#519) More... over 3 years ago
Quaternion memory layout changed to `[x, y, z, w]` (#500) More... over 3 years ago
Fix a type parameter in benchmarks (#517) More... almost 4 years ago
Now there is only one one (#513) More... almost 4 years ago
Fixed opposite quaternion slerp bug (#515) More... almost 4 years ago
Remove duplicate code in the deprecated Matrix3::look_at function More... almost 4 years ago
Rename Matrix3::look_at_[rh|lh] to look_to_[rh|lh] More... almost 4 years ago
Add matrix3 look_at_[lh|rh] tests More... almost 4 years ago
Add more matrix4 and transform tests More... almost 4 years ago