|
1 week ago | |
---|---|---|
examples | 2 weeks ago | |
src | 1 week ago | |
thirdparty | 4 weeks ago | |
.gitignore | 3 weeks ago | |
LICENSE | 4 years ago | |
README.md | 2 weeks ago | |
la.h | 1 week ago | |
nob.c | 3 weeks ago |
Procedurally generated C library for Linear Algebra in 2D/3D Computer Graphics (equivalent of GLM). The goals are:
Grab la.h and use it as an stb-style header-only library. For more info on such libraries see: https://github.com/nothings/stb/blob/master/docs/stb_howto.txt
For a usage example see ./examples/ball.c
We are using nob.h as the build system.
$ cc -o nob nob.c
$ ./nob