Skip to content

JaviCervera/litelibs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiteLibs LiteLibs

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.

About

Single file C libraries oriented to game development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages