Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matthewgeorgy/mho

collection of useful C libraries
https://github.com/matthewgeorgy/mho

c c89 math opengl

Last synced: 8 days ago
JSON representation

collection of useful C libraries

Awesome Lists containing this project

README

        

# mho
collection of useful (minimalist) C libraries

library | category | LoC | description
--------------------- | -------- | --- | --------------------------------
**[mho.h](mho.h)**| general | 850 | main header file
**[mho_dbg.c](mho_dbg.c)** | debugging | 310 | memory and file debugging
**[mho_math.c](mho_math.c)** | math | 893 | vector/matrix math library (GLSL & HLSL compatible)
**[mho_util.c](mho_util.c)** | utility | 382 | general utility functions

Total Libraries: 4

Total Lines of C code: 2435