Vulkan-Tutorial icon indicating copy to clipboard operation
Vulkan-Tutorial copied to clipboard

Add a chapter on ImGui integration

Open johannes-el opened this issue 1 month ago • 1 comments

I think the Tutorial would benefit from an additional section showing how to integrate ImGui with Vulkan. Currently, it's not obvious because:

  • you need to expose raw Vulkan handles
  • dynamic Rendering requires special handling both in the integration and in ImGui itself

johannes-el avatar Oct 27 '25 16:10 johannes-el

The simple game engine chapter that's being worked on will include ImGui.

SaschaWillems avatar Oct 27 '25 16:10 SaschaWillems

Closing this, as the simple game engine chapters have been merged.

SaschaWillems avatar Dec 06 '25 10:12 SaschaWillems