Skip to content

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

License

Notifications You must be signed in to change notification settings

Tordan/imgui-osg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published