Hacker News new | ask | show | jobs
by klaussilveira 659 days ago
Curious: why Eigen for math? Isn't it oriented towards academic purposes? Wouldn't something like Terathon be faster?

https://github.com/EricLengyel/Terathon-Math-Library

2 comments

Because I use it only for the physics. For Vulkan I used glm. Ideally, we should only use one library.
I see glm more commonly