Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matthewgeorgy/mho
- Owner: matthewgeorgy
- Created: 2021-04-16T22:57:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-25T01:43:34.000Z (over 3 years ago)
- Last Synced: 2024-11-07T10:27:11.811Z (about 2 months ago)
- Topics: c, c89, math, opengl
- Language: C
- Homepage:
- Size: 339 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mho
collection of useful (minimalist) C librarieslibrary | 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 functionsTotal Libraries: 4
Total Lines of C code: 2435