nalgebra/README.md

16 lines
349 B
Markdown
Raw Normal View History

2013-05-15 05:17:43 +08:00
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.
2013-05-15 05:19:58 +08:00
2013-05-15 08:18:13 +08:00
## Disclaimer
As of today, nalgebra is largely untested.
2013-05-15 03:20:52 +08:00
## Licence
2013-05-15 05:19:58 +08:00
nalgebra is provided "as is", under the BSD 3-Clause License.