Skip to content

leiradel/ImGuiAl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Most widgets can be seen in this Hackable Console screenshot:

Hackable Console screenshot

  • Log: Up left corner in the Log window, showing the filter buttons and filter input box.
  • Fonts: Hackable Console uses Proggy Tiny for text, and Font Awesome 4 for the icons.
  • MsgBox: Not present in the screenshot, it's likely outdated and won't build anymore.
  • Button: Bottom left corner in the Control window, with both enabled and disabled buttons.
  • Sparkline: Center right, just below the memory editor.

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.

About

Widgets for imgui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages