first init

This commit is contained in:
2023-06-02 11:55:48 +02:00
commit 862ec6eba2
5 changed files with 204 additions and 0 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# 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
```c
#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