Skip to content

C++ OpenGL Template using CMake, glfw, glew, glm & spdlog

License

Notifications You must be signed in to change notification settings

tobanteGaming/template-opengl

Repository files navigation

Template - OpenGL

Template project for OpenGL programming using C++, GLFW, GLEW, GLM, IMGUI & SPDLOG.

Status

LICENSE macOS Windows
License: MIT Build Status AppVeyor Build status

Build

With Makefile

cd $PROJECT_ROOT
make                # Release build
make win64          # Release build (Windows 64bit)
make debug          # Debug build

With CMake

cd $PROJECT_ROOT
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release .
cmake --build build --config Release

Makefile

make doc            # Build doxygen html
make stats          # Count source lines (using cloc)
make format         # Format code (using clang-format)

About

C++ OpenGL Template using CMake, glfw, glew, glm & spdlog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published