stb single-file public domain libraries for C/C++
cd Ports/stb
./package.sh
single-file public domain (or MIT licensed) libraries for C/C++
Noteworthy:
image loader: stb_image.h
image writer: stb_image_write.h
image resizer: stb_image_resize.h
font text rasterizer: stb_truetype.h
typesafe containers: stb_ds.h
Website: https://github.com/nothings/stb
Port: https://github.com/SerenityOS/serenity/tree/master/Ports/stb
Dependents: qoi