Single file C libraries oriented to game development:
- liteassbin.h: Loader for Assimp's native binary model format. Does not support animations.
- litecol.h: Collision detection between axis-aligned bounding boxes and spheres.
- litegfx.h: Easy to use 2D and 3D graphics library based on OpenGL's fixed pipeline.
- litemath3d.h: 3D math functions to work with vectors, quaternions, and homogeneous coordinate matrices.
- litemd2.h: Loader for MD2 models.
- litemem.h: Memory handling library with reference counting and string support.
- liteunit.h: Unit testing.
Licensed under the public domain.
