ttnghia / GraphicsTemplateApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:CMake 62.8%Language:C++ 37.2%