Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.75 KB

README.md

File metadata and controls

11 lines (8 loc) · 1.75 KB

CG Math


Math library for computer graphics

This is mostly a side project for me at this time - I'm not looking for contributions on this currently as it's intended to be a self improvement/learning project to get me to try new things (like create a more featured library, learn unit testing, etc.)

If I reach a point where this library becomes release worthy I will conclude my usage of it for learning purposes and switch this to a publicly maintained and contributable project. That said, the library as it currently exists is provided with an MIT license.

I am working from several books to learn and reproduce the maths used in this library:

  • Mathematics for 3d Game Programming & Computer Graphics, 2nd Edition (Lengyel, Eric)
  • 3D Math Primer for Graphics and Game Development, 2nd Edition (Dunn, Fletcher, Parberry,Ian)