Library of single-file stb-like header files.
If you would like to revise on how to use a single-file header-only library, then please read the stb how-to.
- Usage
- C
- CPP
A simple — non-specific — usage of this library is to, first, copy each of the header files into your project. Then, you can include lib.h
or lib.hpp
anywhere in your c or c++ project respectively.
To include a specfic library file in your project, use the include and provide the #define <LIBRARY_NAME>_IMPLEMENTATION
definition.