alpqr / imgui-qt3d

Qt3D integration for Dear ImGui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integration of Dear ImGui with Qt 3D via the Entity-Component system and the framegraph, meaning that direct usage of OpenGL or other graphics APIs is avoided and no private APIs or engine changes are necessary.

Also a good example for integrating any foreign engine that streams vertex/index data.

Tested with qt3d/5.11. Should work with dev and older branches as well but those have not been tested.

About

Qt3D integration for Dear ImGui


Languages

Language:C++ 98.2%Language:QMake 1.6%Language:Prolog 0.2%