Skip to content

ttnghia/GraphicsTemplateApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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