mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
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();