vikasgola / advmath.h

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

advmath.h

advmath.h is small maths library to be used with OpenGL.

It is primarly developed to

  • learn mathematics used in OpenGL
  • avoid maths 3rd party dependency used in my OpenGL projects.

Build

Repository ships with easy to use Makefile in the root directory which can be used to build the project easily.

build libs

make

build examples

make examples

clean build

make clean

About

License:MIT License


Languages

Language:C++ 94.4%Language:Makefile 5.2%Language:C 0.4%