cgmath/README.md

15 lines
290 B
Markdown
Raw Normal View History

# Lmath-rs
2012-11-01 05:58:36 +00:00
2013-03-31 20:57:02 +00:00
A linear algebra library for Rust, targeted at computer graphics.
2012-09-07 10:48:47 +00:00
2013-03-31 20:57:02 +00:00
## Dependencies
2013-03-31 20:57:02 +00:00
[numeric-rs](https://github.com/bjz/numeric-rs/) (drop the library binary into lmath/extern)
2013-03-31 20:57:02 +00:00
## Examples
- [luqmana/rray](https://github.com/luqmana/rray) - Raytracer written in rust.
2012-09-07 10:48:47 +00:00
~B☼