A VT100 type terminal emulator that renders a TrueType font to an OpenGL window.
This is made possible using open source code:
- Fontstash for truetype font loading
- stb for truetype font rendering
- libtsm for terminal emulation
- libsdl for window creation and keyboard event handling
- opengl for scene rendering
On Linux,
git submodule init
git submodule update
make
And run,
./togl
- It's slow...
2016 A. Carl Douglas