Skip to content

CoolLibs/glpp-extended

Repository files navigation

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>

About

A high-level wrapper for OpenGL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published