Update Readme

This commit is contained in:
Brendan Zabarauskas 2012-12-16 15:27:19 +10:00
parent 5eff2e4992
commit 9cc6fa5b30

View file

@ -2,21 +2,23 @@
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. 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.
# Installation ## Installation
`$ cargo install lmath` `$ 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/) (can be installed via `$ cargo install numeric`)
## Todo: ## Todo:
- ~~Matrix inversion~~ - ~~Matrix inversion~~
- ~~Matrix rotation~~ - ~~Matrix rotation~~
- ~~Angle types (degrees/radians)~~ - ~~Angle types (degrees/radians)~~
- ~~Phase out the use of `num::cast::cast` for numeric conversions~~
- ~~Move numeric traits to separate library~~
- ~~ Move color types to separate library~~
- Operator Overloading - Operator Overloading
- Phase out the use of `num::cast::cast` for numeric conversions
- Implement component-wise functions for vectors - Implement component-wise functions for vectors
- Euler and axial rotations - Euler and axial rotations
- Performance improvements - Performance improvements