This application shows how to use OpenSceneGraph and Dear ImGui together.
This example requires:
- OpenSceneGraph
- OpenGL
You may install them using vcpkg on Windows or apt on Ubuntu.
mkdir build && cd build
cmake ..
cmake --build .
This example shows how to make OpenSceneGraph and Dear ImGui work together
This application shows how to use OpenSceneGraph and Dear ImGui together.
This example requires:
You may install them using vcpkg on Windows or apt on Ubuntu.
mkdir build && cd build
cmake ..
cmake --build .
This example shows how to make OpenSceneGraph and Dear ImGui work together
MIT License