Skip to content
/ vek Public
forked from yoanlcq/vek

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

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

xMAC94x/vek

This branch is 38 commits behind yoanlcq/vek:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e966957 · Mar 20, 2022
Feb 7, 2021
Dec 5, 2021
Mar 20, 2022
Dec 18, 2017
Mar 29, 2020
Jul 26, 2017
Mar 20, 2022
Jul 26, 2017
Jul 29, 2017
Dec 31, 2020
Feb 7, 2021
Jul 26, 2017

Repository files navigation

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

About

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

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.4%
  • Other 0.6%