|
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