/cake

A personal header-only math library for the C programming language.

Primary LanguageCApache License 2.0Apache-2.0

🎂 Cake

A personal header-only math library for the C programming language. Cake provides data structures and procedures related to 2D video game development.

Examples

Examples of how to use the various data structures and procedures can be found in the cake_test.c file. The file can be compiled and executed on Linux with:

cc cake_test.c && ./a.out

License

The project is released under the terms of the Apache-2.0 License. Please refer to the LICENSE file.