|
5 years ago | |
---|---|---|
include | 5 years ago | |
src | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago |
This is a collection of some random C libraries I have created over time.
All libraries are licensed under the 3-clause BSD license. See LICENSE.md for details.
This is a collection of some random C libraries I have created over time.
All libraries are licensed under the 3-clause BSD license. See LICENSE.md for details.
Just grab the header file and the corresponding c source file and add them to your project. You may need to update the include path in the src (.c) file.
library | version | category | description |
---|---|---|---|
ULK_vector | 1.0 | math | simple vector math library with support for 2,3 and 4 dimensional vectors |
ULK_matrix | 1.01 | math | simple matrix math library with support for 2x2,2x3,3x3 and 4x4 matrix, needs ULK_vector to work |