https://github.com/ttnghia/graphicstemplateapp
https://github.com/ttnghia/graphicstemplateapp
corrade imgui imguizmo magnum magnum-integration
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ttnghia/graphicstemplateapp
- Owner: ttnghia
- License: apache-2.0
- Created: 2020-06-26T05:45:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-03T08:33:05.000Z (over 5 years ago)
- Last Synced: 2025-04-04T02:24:00.687Z (7 months ago)
- Topics: corrade, imgui, imguizmo, magnum, magnum-integration
- Language: CMake
- Homepage:
- Size: 59.6 KB
- Stars: 28
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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