Commit Graph

4 Commits

Author SHA1 Message Date
Sebastian
f01cefc30f Changed ImGui Demo to allow selectively show demo window in chosen contexts and to fix problems with some of the examples. Added relevant warning message and description displayed when demo is opened in more than one context. 2018-01-09 19:36:52 +00:00
Josh Engebretson
c7d152cc22 Updating to ImGui 1.53 2018-01-01 21:13:15 -05:00
Sebastian
8c46591488 Added ImGui.ShowDemo console variable to show/hide ImGui demo. 2017-10-03 21:26:59 +01:00
Sebastian
35f2d342a0 Added support for ImGui context update and rendering:
- Added ImGui Module Manager that that implements module logic and manages other module resources.
- Added Texture Manager to manage texture resources and maps them to index that can be passed to ImGui context.
- Added Context Proxy that represents and manages a single ImGui context.
- Added Slate ImGui Widget to render ImGui output.
2017-03-26 21:32:57 +01:00