No description
extern | ||
src | ||
.gitignore | ||
AUTHORS.txt | ||
LICENSE.txt | ||
Makefile | ||
pkg.rs | ||
README.md |
Lmath-rs
A linear algebra library for Rust, targeted at computer graphics.
Dependencies
numeric-rs (drop the library binary into lmath/extern)
Examples
- luqmana/rray - Raytracer written in rust.
~B☼