Kapendev / cake

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎂 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.

About

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

License:Apache License 2.0


Languages

Language:C 100.0%