Go to file
2013-04-07 23:04:54 +10:00
extern Update makefile to look in lmath/extern when compiling 2013-04-01 07:56:46 +11:00
src Clean up 'orthographic' function and rename to 'ortho' 2013-04-07 23:04:54 +10:00
.gitignore Ignore dSYM packages 2012-11-07 11:11:22 +10:00
AUTHORS.txt Added Mikko Perttunen to AUTHORS.txt 2013-04-07 20:27:17 +10:00
LICENSE.txt Add Apache 2.0 License 2012-11-01 11:59:21 +10:00
Makefile Update makefile to look in lmath/extern when compiling 2013-04-01 07:56:46 +11:00
pkg.rs Add rustpkg support 2013-03-30 09:54:05 +11:00
README.md Update README 2013-04-01 07:57:02 +11:00

Lmath-rs

A linear algebra library for Rust, targeted at computer graphics.

Dependencies

numeric-rs (drop the library binary into lmath/extern)

Examples

~B☼