cgmath/README.md
Brendan Zabarauskas 17617643e7 Remove llama
(didn't look too good with github's markdown)
2012-11-01 16:03:46 +10:00

452 B

Llama

Llama is generic linear algebra library for Rust. There is still much to do, unittests to write, bugs to fix, and performance enhancements to make. Help is much appreaciated, so don't hesite to send me a pull request!

Todo:

  • Matrix inversion
  • Matrix rotation
  • Euler and axial rotations
  • Implement trait inheritence when it lands on rust/master
  • Performance improvements
  • Increase unittest coverage
  • Publish on Cargo Central

~B☼