Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 632 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 632 Bytes

ImGuiAl

Some widgets for imgui.

Widgets

  • Log: A complete logger, with different colors for different message priorities and filters.
  • Fonts: Extra fonts conveniently packed for use with imgui.
  • MsgBox: A modal, configurable message box dialog.
  • Button: A button that can be disabled.
  • Sparkline: A wrapper around ImGui::PlotLines that maintains the history of values.

Documentation

Please check each subfolder for documentation about each widget.

License

ImGuiAl is released under the MIT license. Other used resources can have their own licenses.