This is an experiment for a terminal-based renderer for imgui. It's raw, unfinished, buggy, and only works on Unix systems right now.
This library is a modification of dear imgui
A video of this library in action https://www.youtube.com/watch?v=OEGb4HrMkDo
To build the example, you should only need to do this:
cd termbox
./waf configure
./waf
cd ..
make