simple matrix operations c header only library
Go to file
Debucquoy Anthony (tonitch) 1cec284de9 Camera and vector operations
I should refactor a bit but it's okay for now
The big improvmeent is lookAt();
2023-06-03 11:34:10 +02:00
build.sh basic vector operations 2023-06-02 19:33:32 +02:00
gmath.h Camera and vector operations 2023-06-03 11:34:10 +02:00
LICENSE first init 2023-06-02 11:59:02 +02:00
main.c basic vector operations 2023-06-02 19:33:32 +02:00
README.md first init 2023-06-02 11:59:02 +02:00

GMath

a header only simple matrix operation in c

Quick start

put the gmath.h in your project directory and add these lines in your project file

#define GMATH_IMPLEMENTATION
#include "gmath.h"

Contribution

The project can be found and issue can be oppened at : https://git.herisson.ovh/tonitch/gmath.h