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.
Please see the relevant wiki page.
Specify the vek
dependency in Cargo.toml
like so :
[dependencies]
vek = { version = "0.10.0", default-features = false, features = ["libm"] }
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. :)
(See also authors
in Cargo.toml
!)
- Joshua Barretto (GitHub: @zesterer)
- Sunjay Varma (GitHub : @sunjay)
- Timo Kösters (GitHub : @timokoesters)
- Imbris (GitHub: @imberflur)
- Lukas Wirth (GitHub: @veykril)
- Martin Taibr (GitHub: @martin-t)
- Patiga (GitHub: @Patiga)