mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +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();