Skip to content

rmxbalanque/imgui-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.