A cross-platform, OpenGL terminal emulator.
Go to file
Joe Wilm 2f98871b02
Refactor renderer functions out of main.rs
This moves the rendering logic to draw the grid, to draw strings, and to
draw the cursor into the renderere module. In addition to being an
organizational improvement, this also allowed for some optimizations
managing OpenGL state. Render times for a moderate screen of text
dropped from ~10ms to ~4ms.
2016-06-02 20:27:07 -07:00
docs Add Summary of ANSI standards for ASCII terminals 2016-05-28 08:39:36 -07:00
res Initial support for Terminal Emulation (woo!) 2016-06-02 19:42:28 -07:00
src Refactor renderer functions out of main.rs 2016-06-02 20:27:07 -07:00
.gitignore Initialize new cargo binary project 2016-02-21 08:15:41 -08:00
.travis.yml Add test font for travis 2016-02-21 19:56:31 -08:00
Cargo.lock Update Cargo dependencies 2016-06-02 19:54:16 -07:00
Cargo.toml Update Cargo dependencies 2016-06-02 19:54:16 -07:00
LICENSE-APACHE Add license 2016-02-23 20:59:31 -08:00
TASKS.md Start tracking some tasks 2016-02-27 22:37:00 -08:00
build.rs Correct sub-pixel font rendering with OpenGL 2016-05-20 21:36:28 -07:00