|
1 day ago | |
---|---|---|
examples | 1 week ago | |
src | 1 day ago | |
thirdparty | 1 week ago | |
.gitignore | 1 week ago | |
LICENSE | 4 years ago | |
Makefile | 4 years ago | |
README.md | 1 week ago | |
la.h | 1 day ago | |
nob.c | 1 week 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
$ cc -o nob nob.c
$ ./nob