Update Readme
This commit is contained in:
parent
5eff2e4992
commit
9cc6fa5b30
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -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.
|
||||
|
||||
# Installation
|
||||
## 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/) (can be installed via `$ cargo install numeric`)
|
||||
|
||||
## Todo:
|
||||
|
||||
- ~~Matrix inversion~~
|
||||
- ~~Matrix rotation~~
|
||||
- ~~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
|
||||
- Phase out the use of `num::cast::cast` for numeric conversions
|
||||
- Implement component-wise functions for vectors
|
||||
- Euler and axial rotations
|
||||
- Performance improvements
|
||||
|
|
Loading…
Reference in a new issue