Update README
This commit is contained in:
parent
325f429a55
commit
64ab171dc3
1 changed files with 7 additions and 6 deletions
13
README.md
13
README.md
|
@ -1,14 +1,15 @@
|
||||||
# Lmath-rs
|
# Lmath-rs
|
||||||
|
|
||||||
Lmath is generic linear algebra library for Rust. There is still much to do, unit tests to write, bugs to fix, and performance enhancements to make. Help is much appreciated, so please don't hesitate to send me a pull request.
|
A linear algebra library for Rust, targeted at computer graphics.
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
`$ cargo install lmath`
|
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
[numeric-rs](https://github.com/bjz/numeric-rs/) (can be installed via `$ cargo install numeric`)
|
[numeric-rs](https://github.com/bjz/numeric-rs/) (drop the library binary into lmath/extern)
|
||||||
|
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
|
- [luqmana/rray](https://github.com/luqmana/rray) - Raytracer written in rust.
|
||||||
|
|
||||||
|
|
||||||
~B☼
|
~B☼
|
Loading…
Reference in a new issue