Files

wpigui

A Dear Imgui wrapper that handles platform-specifics like the rendering API and adds some convenience functions. Bootstrap an app with three lines:

wpi::gui::CreateContext();
wpi::gui::Initialize("Hello World", 1024, 768);
wpi::gui::Main();