twslankard / imgui-osg

This example shows how to make OpenSceneGraph and Dear ImGui work together

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImGui-OSG

This application shows how to use OpenSceneGraph and Dear ImGui together. demo

Prerequisites

This example requires:

  • OpenSceneGraph
  • OpenGL

You may install them using vcpkg on Windows or apt on Ubuntu.

How to build

mkdir build && cd build
cmake ..
cmake --build .

About

This example shows how to make OpenSceneGraph and Dear ImGui work together

License:MIT License


Languages

Language:C++ 68.3%Language:CMake 31.7%