Linear algebra library for Rust.
Go to file
Sébastien Crozet dab2434ca3 Use bold font on readme. 2013-06-13 14:10:37 +00:00
doc Add css file take from official rust repo. 2013-05-21 15:00:13 +02:00
src Add DeltaTransformVector tait and fix transformation. 2013-06-13 14:44:15 +00:00
.gitignore Add comments and adapted to new rust syntax. 2013-05-21 22:46:33 +00:00
LICENSE Initial commit. 2013-05-14 11:34:28 +00:00
Makefile Add DeltaTransformVector tait and fix transformation. 2013-06-13 14:44:15 +00:00
README.md Use bold font on readme. 2013-06-13 14:10:37 +00:00
pkg.rs Add basic operations. 2013-05-14 11:35:01 +00:00

README.md

nalgebra

nalgebra is a n-dimensional linear algebra library written with the rust programming language.

It is mainly focused on features needed for real-time physics. It should be usable for graphics too.

Compilation

You will need the last rust compiler from the incomming branch. I pull the compiler and fix my code almost every days. If you encounter problems, make sure you have the last version.

git clone git://github.com/sebcrozet/nalgebra.git
cd nalgebra
make