Console Widget for Dear ImGui
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.
- 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)
Pre-compiled binaires of the example project for imgui console.