Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 465 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 465 Bytes

ImGui++

ImGUI++ is a framework built around ImGui allowing users to create intricate UIs in an object oriented fashion. ImGui does not follow the same designs that most modern UI frameworks do. This project aims to change that.

TODO

  • Minimally implement Win32 window
  • Minimally implement DirectX window
  • Base widget
  • Standard widgets (button, textbox, label, etc.)
  • Animation framework
  • Styles