• Stars
    star
    263
  • Rank 155,624 (Top 4 %)
  • Language
    Rust
  • License
    Apache License 2.0
  • Created over 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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!)