/glpp-extended

A high-level wrapper for OpenGL

Primary LanguageC++Boost Software License 1.0BSL-1.0

ObjectsGL

Including

To add this library to your project, simply add these two lines to your CMakeLists.txt:

add_subdirectory(path/to/glpp)
target_link_libraries(${PROJECT_NAME} PRIVATE glpp::extended)

Then include it as:

#include <glpp/extended.hpp>