Geolm's Stars
ocornut/imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
Immediate-Mode-UI/Nuklear
A single-header ANSI C immediate mode cross-platform GUI library
erincatto/box2d
Box2D is a 2D physics engine for games
attractivechaos/klib
A standalone and lightweight C library
rxi/microui
A tiny immediate-mode UI library
rxi/log.c
A simple logging library implemented in C99
mjansson/rpmalloc
Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C
mlabbe/nativefiledialog
A tiny, neat C library that portably invokes native file open and save dialogs.
microsoft/DirectXMath
DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps
silentbicycle/greatest
A C testing library in 1 file. No dependencies, no dynamic allocation. ISC licensed.
DLTcollab/sse2neon
A translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation
vurtun/lib
single header libraries for C/C++
emoon/minifb
MiniFB is a small cross platform library to create a frame buffer that you can draw pixels in
richgel999/fpng
Super fast C++ .PNG writer/reader
jbikker/tinybvh
Single-header BVH construction and traversal library.
karimnaaji/voxelizer
Header only mesh voxelizer in c99
AndreRenaud/PDFGen
Simple C PDF Writer/Generation library
gpakosz/whereami
Locate the current running executable and the current running module/library on the file system 🔎
intel/ARM_NEON_2_x86_SSE
The platform independent header allowing to compile any C/C++ code containing ARM NEON intrinsic functions for x86 target systems using SIMD up to AVX2 intrinsic functions
samhocevar/lolremez
📈 Polynomial Approximations using the Remez Algorithm
jtsiomb/kdtree
A simple C library for working with KD-Trees
eliemichel/WebGPU-Cpp
A single-file zero-overhead C++ idiomatic wrapper for WebGPU native
Beariish/little
A small, easily embedded language implemented in a single .c file
JacksonAllan/CC
A small, usability-oriented generic container library.
tidwall/rtree.c
R-tree implementation in C
karimnaaji/melt
Automatic conservative mesh occluder generation by box filling
StarsX/ComputeRaster
Real-time software rasterizer using compute shaders, including vertex processing stage (IA and vertex shaders), bin rasterization, tile rasterization (coarse rasterization), and pixel rasterization (fine rasterization, which calls the pixel shaders).
jeremybarnes/cephes
Mirror of the Cephes C source for reference
kieselsteini/sts
My collection of public domain single file libraries
BaronWilliams/Vertical-Fonts
A collection of font C code defined in vertical byte format (top left pixel in low bit, bottom left pixel in high bit) designed for LCD and OLED hardware.