#simd-vector #simd #vector-math #vector #quaternions #game-engine #bezier

no-std vek

Generic 2D-3D math swiss army knife for game engines, with SIMD support and focus on convenience

52 releases

0.17.1 Sep 22, 2024
0.17.0 May 13, 2024
0.16.1 Jul 17, 2023
0.15.10 Jan 22, 2023
0.2.0 Jul 26, 2017

#59 in Algorithms

Download history 2730/week @ 2024-08-22 3308/week @ 2024-08-29 2828/week @ 2024-09-05 2952/week @ 2024-09-12 3287/week @ 2024-09-19 3590/week @ 2024-09-26 2434/week @ 2024-10-03 2399/week @ 2024-10-10 2586/week @ 2024-10-17 2277/week @ 2024-10-24 2760/week @ 2024-10-31 2149/week @ 2024-11-07 2728/week @ 2024-11-14 3395/week @ 2024-11-21 3038/week @ 2024-11-28 2548/week @ 2024-12-05

12,194 downloads per month
Used in 117 crates (59 directly)

MIT/Apache

545KB
7K SLoC

Travis CI Build Status Appveyor Build status Documentation Version MIT/Apache-2.0 Downloads

vek

Generic 2D-3D math swiss army knife for game engines, with SIMD support and focus on convenience.

See the wiki for an overview, FAQ, guides, and other info.

Release notes and breaking changes

Please see the relevant wiki page.

Compiling on no_std

Specify the vek dependency in Cargo.toml like so :

[dependencies]
vek = { version = "0.10.0", default-features = false, features = ["libm"] }

Contributing

If you plan to work a pull request, please file an issue first so that we can agree on the best way to go and minimize the amount of wasted time. :)

CONTRIBUTORS

(See also authors in Cargo.toml!)

Dependencies

~0.2–0.8MB
~17K SLoC