dagostinelli / hypatiaLinks
A header-only, pure-C math library for 2D/3D graphics (matrix, vector, quaternion) Seeks to be close to C89/C90 compliant for portability. It's like a BLAS, but easier to use.
☆92Updated 2 months ago
Alternatives and similar repositories for hypatia
Users that are interested in hypatia are comparing it to the libraries listed below
Sorting:
- A collection of STB style single header-file C libraries☆153Updated 6 years ago
- (Hopefully) useful code snippets and header-only libs☆201Updated 6 months ago
- C string utils library (STB style, header-only).☆194Updated 7 years ago
- Portable, single-file, 2D/3D vector/quaternion/matrix math library☆43Updated 4 years ago
- Collection of small public domain file archivers☆68Updated last year
- Single file libraries for C/C++☆125Updated 3 weeks ago
- C89 compatible atomics.☆85Updated 2 months ago
- Single file public domain networking library☆63Updated 4 years ago
- Example of how to use stb_truetype library for rendering TrueType fonts.☆89Updated 3 years ago
- Portable, single-file, wait-free atomic sound mixing library utilizing SSE-accelerated mixing☆94Updated 6 years ago
- A small utility for embedding files in a C header☆112Updated last year
- Fast and portable single-header C file Json encoder/decoder☆60Updated last year
- Collection of small public domain de/compressors in plain C.☆119Updated 4 years ago
- A vector and matrix math library☆57Updated 7 years ago
- Portable ANSI C audio mixer for games☆186Updated 2 years ago
- Single header C99 coroutines library. Forked from libco and flb_libco.☆73Updated 5 years ago
- Single header libraries☆23Updated 5 years ago
- Tiny bits and useful snippets that I keep using everywhere (C, C++)☆325Updated 2 years ago
- An extensible, cross-platform, single-header C/C++ OpenGL loader library.☆90Updated 2 years ago
- Minimal A* implementation in C. No dynamic memory allocation.☆130Updated last year
- Single file OpenGL API loader.☆65Updated 2 months ago
- Dynamic memory tracker for C