Go to file
Brendan Zabarauskas 64ab171dc3 Update README
2013-04-01 07:57:02 +11:00
extern Update makefile to look in lmath/extern when compiling 2013-04-01 07:56:46 +11:00
src Create zip macros for automating repetitive code 2013-04-01 07:35:09 +11:00
.gitignore Ignore dSYM packages 2012-11-07 11:11:22 +10:00
AUTHORS.txt Add AUTHORS.txt 2013-04-01 07:48:39 +11: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☼