/imgui-osg

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

Primary LanguageC++MIT LicenseMIT

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 .