README.md 1.4 KB

zpl

NPM version Discord server license


A collection of single-file header-only libraries for C and C++.

Brought to you by <a href="https://github.com/inlife">@inlife</a>,
<a href="https://github.com/zaklaus">@zaklaus</a>,
<a href="https://github.com/gingerBill">@gingerBill</a>
and other contributors!


library category description
zpl.h core Core library used as a foundation for the projects.
zpl_math.h math Standalone math library that is gamedev friendly. (Integrated into zpl.h)
zpl_image.h graphics Image manipulation library & GIF animation loader.
zpl_opengl.h graphics OpenGL Helpers library.
zpl_sg.h misc Scene Graph library. (WIP)
zpl_cull.h misc k-d tree culling library.