ColinGilbert / noobwerkz-engine

My happy playground of programmer fun.
Apache License 2.0
20 stars 3 forks source link

Test and (possibly) import various math libraries #10

Open ColinGilbert opened 8 years ago

ColinGilbert commented 8 years ago

The existing math code is ugly and difficult to extend. Test a number of different math libraries (Eigen, GLM, internal routines) and make comparisons. They keep on improving those, esp. in performance.

If one outperforms the rest, then swap to it wholesale.Wrap around multiple libraries when appropriate.

Either way, keep internal routines for future correctness tests.