rmxbalanque / imgui-console

Console Widget for Dear ImGui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imgui-console

Console Widget for Dear ImGui

imgui_console

imgui-console aims to provide a console that allows the client to easly modify application variables, execute commands and run scripts at run-time. It started as a widget to test the csys library during its development. While it was developed as an example use case for csys, I believe it can be useful for other projects.

See example project for usage and integration details.

Features

  • Smart scrolling, timetamps, log filtering, colored console output.
  • Console settings and visuals are preserved through sessions. (Information stored in the imgui.ini)
  • All features that csys provides. (Tab completion, commands, variables, scripts, etc)

Binaries

Pre-compiled binaires of the example project for imgui console.

About

Console Widget for Dear ImGui

License:MIT License


Languages

Language:C++ 96.8%Language:CMake 1.8%Language:C 1.3%