An open API service indexing awesome lists of open source software.

https://github.com/ttnghia/graphicstemplateapp


https://github.com/ttnghia/graphicstemplateapp

corrade imgui imguizmo magnum magnum-integration

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# GraphicsTemplateApp

A self-contained template for developing graphics application.

# Dependencies
* [Corrade](https://github.com/mosra/corrade)
* [Magnum](https://github.com/mosra/magnum)
* [Magnum Integration](https://github.com/mosra/magnum-integration)
* [imgui](https://github.com/ocornut/imgui)
* [ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo)
* [GLFW3](https://github.com/glfw/glfw)

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](https://ttnghia.github.io/images/graphics-template-app/1.png)