|
1 روز پیش | |
---|---|---|
examples | 1 هفته پیش | |
src | 1 روز پیش | |
thirdparty | 1 هفته پیش | |
.gitignore | 1 هفته پیش | |
LICENSE | 4 سال پیش | |
Makefile | 4 سال پیش | |
README.md | 1 هفته پیش | |
la.h | 1 روز پیش | |
nob.c | 1 هفته پیش |
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