Hulixerian Game Engine Math Library (HGE-Math):
This project is a math library suitable for 3D application.


This library is part of Hulixerian Game Engine and created for the purpose of decreasing dependencies on the other external libraris. Before this library, HGE was using GLm, but GLm does some problems for being cross platform, and those problems affect HGE as well. So Hulixerian decide to implement a math library itself.

 

Features:

  1. No external dependency.
  2. Being template base (suitable for double precision, and single precision applications).
  3. No installation, no build process or DLL stuff, only include "hge-math.hpp".
  4. This library features will be increased whenever HGE need a new feature from it.