gl-matrix4rust
is a Rust porting version of gl-matrix
. This project is experimental and keeps developing along with project atoy
. The implementation of this project may changes during the development of project atoy
.
Checks more details from gl-matrix
. More information and wiki about this project will be added when this project stabilize.
cargo build --release
cargo test
Add this to your Cargo.toml
:
[dependencies]
gl-matrix4rust = { git = "https://github.com/MagicCrazyMan/gl-matrix4rust" }