/GraphicsTemplateApp

Primary LanguageCMakeApache License 2.0Apache-2.0

GraphicsTemplateApp

A self-contained template for developing graphics application.

Dependencies

All libraries are provided in the form of submodules, and are already added in the cmake project. So, basically user doesn't need to install anything. Just open the cmake project and compile.

Template Applications

There are three types of template applications:

  • Basic graphics application using Magnum OpenGL API and GLFW window
  • Graphics application with imgui
  • Graphics application with imgui and pickable points

Screenshot