lamarqua / tear_imgui

Experiment for a terminal-based renderer for imgui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Experiment for a terminal-based renderer for imgui

License:MIT License


Languages

Language:C++ 77.0%Language:Python 11.6%Language:C 11.4%Language:Makefile 0.0%