No Description

Lukas Holzbeierlein 7ccb3a0cad Update 'README.md' 5 years ago
include cfd0105d76 ULK_matrix version 1.01 5 years ago
src cfd0105d76 ULK_matrix version 1.01 5 years ago
LICENSE b370b5697e Initial commit 5 years ago
README.md 7ccb3a0cad Update 'README.md' 5 years ago

README.md

Moved to https://codeberg.org/Captain4LK/UtilityLK!

UtilityLK

This is a collection of some random C libraries I have created over time.

License

All libraries are licensed under the 3-clause BSD license. See LICENSE.md for details.

What's in here

This is a collection of some random C libraries I have created over time.

License

All libraries are licensed under the 3-clause BSD license. See LICENSE.md for details.

How to use

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.

What's in here

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