Vladyslav Hrytsenko e5ce1d59f8 added new single header file format il y a 6 ans
..
code e5ce1d59f8 added new single header file format il y a 6 ans
data e5ce1d59f8 added new single header file format il y a 6 ans
misc e5ce1d59f8 added new single header file format il y a 6 ans
test e5ce1d59f8 added new single header file format il y a 6 ans
.clang-format e5ce1d59f8 added new single header file format il y a 6 ans
.gitattributes e5ce1d59f8 added new single header file format il y a 6 ans
.npmignore e5ce1d59f8 added new single header file format il y a 6 ans
.travis.yml e5ce1d59f8 added new single header file format il y a 6 ans
AUTHORS.md e5ce1d59f8 added new single header file format il y a 6 ans
CODE_OF_CONDUCT.md e5ce1d59f8 added new single header file format il y a 6 ans
CONTRIBUTING.md e5ce1d59f8 added new single header file format il y a 6 ans
LICENSE e5ce1d59f8 added new single header file format il y a 6 ans
NOTICE e5ce1d59f8 added new single header file format il y a 6 ans
README.md e5ce1d59f8 added new single header file format il y a 6 ans
package.json e5ce1d59f8 added new single header file format il y a 6 ans

README.md

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.