Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 307 Bytes

File metadata and controls

14 lines (11 loc) · 307 Bytes

Mathlib

A simple math library for graphics.

This library differs from GLM in that it's right-handed, and the matrices are row-major.

Building from source

git clone https://github.com/Pixels67/Mathlib.git
cd Mathlib

cmake -S . -B build/
cmake --build build/ --config Release # Or Debug