Skip to content

External library for integrating imgui with Urho3D.

License

Notifications You must be signed in to change notification settings

Enhex/Urho3D_imgui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Urho3D_imgui

External library for integrating imgui with Urho3D. No forks to switch to and maintain.

Currently it only has OpenGL3 renderer implementation.

Currently only Visual Studio 2015 solution is provided, no cross platform build system. To setup a project for another system just include Urho3D, Urho3D\ThridParty, and imgui, and add GLEW_STATIC preprocessor.

Using C++11.

Usage

You need to add imgui to your Urho3D project.

Create an instance of Urho3D::imgui for your application. Include "imguiEvents.h" and subscribe to E_IMGUI_NEWFRAME to create imgui UI. The event is sent after ImGui::NewFrame() is called. Check the Test project for example.

The test application doesn't have proper CMake. You need to add imgui and this library manually.

License

MIT license.

About

External library for integrating imgui with Urho3D.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published