kyle-emmerich / blueshift-engine

High performance C++ game engine in early development
https://noxastra.com/engine
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Math Library #7

Closed kyle-emmerich closed 8 years ago

kyle-emmerich commented 8 years ago

The math library is an important part of any game engine and has a profound effect on the game developer's impression of the engine. Our API must be good, and it also must be fast.

Therefore, C++11 and greater will be used for full effect.