[2.1] Trying to hook up ImGui.

Problems building or running the engine, queries about how to use features etc.
Post Reply
hydexon
Gremlin
Posts: 164
Joined: Sun Apr 14, 2013 8:51 pm
x 10

[2.1] Trying to hook up ImGui.

Post by hydexon »

Hi all!,

For a long ago, i saw imgui (https://github.com/ocornut/imgui) and trying to integrate like this: and since then i want to drop my Heavyweight Qt toolkit for my tools with ImGui, the issue i'm facing is how to hook ImGui to OGRE, there's some tips of which is the correct 2.1 way to bind OGRE vertex buffers to ImGui (According to the description ImGui emits Vertex Buffers ) ?, i saw some samples such the fork of QuickGUI (Which uses HardwareVertexBuffer) but it's a bit dated and used the older 1.x APIs, i tried to search in this forum about that but no luck.

Thanks.
Post Reply