/tear_imgui

Experiment for a terminal-based renderer for imgui

Primary LanguageC++MIT LicenseMIT

dear imgui terminal renderer experiment

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

Build instructions

To build the example, you should only need to do this:

cd termbox
./waf configure
./waf
cd ..
make