rmaxi-me/EpiGimp

Abstract ImGui Window and Widget

Perzi-Lgs opened this issue · 2 comments

Create an abstraction of ImGui window and widgets for convenience and usability.
TODO:

  • Create an abstract window class
  • Create abstract Widgets class

Abstract Window and Widgets done
Button class Done

Done