Go to file
2012-11-01 15:58:36 +10:00
src Change name of library to 'llama' 2012-11-01 15:58:36 +10:00
.gitignore Reorganise directories 2012-10-28 21:43:23 +10:00
LICENSE.txt Add Apache 2.0 License 2012-11-01 11:59:21 +10:00
Makefile Change name of library to 'llama' 2012-11-01 15:58:36 +10:00
README.md Change name of library to 'llama' 2012-11-01 15:58:36 +10:00

Generic llama, courtesy of WikiMedia

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☼