Go to file
Brendan Zabarauskas dacc710fea Add ascii llama
2012-11-01 16:02:00 +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 Add ascii llama 2012-11-01 16:02:00 +10:00


              /|___
             / .__/
            |  |
   ________/   \
  /            \
 /|   |       \
  |   |       |
  /  /////|  |
  | |      | |       || _  _  _  
   ||       ||       ||(_||||(_|

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☼