alacritty/src
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
..
renderer Refactor renderer functions out of main.rs 2016-06-02 20:27:07 -07:00
ansi.rs Initial support for Terminal Emulation (woo!) 2016-06-02 19:42:28 -07:00
grid.rs Initial support for Terminal Emulation (woo!) 2016-06-02 19:42:28 -07:00
list_fonts.rs Fix compiler warnings 2016-02-27 14:45:26 -08:00
macros.rs Initial ANSI parser implementation 2016-05-28 22:09:25 -07:00
main.rs Refactor renderer functions out of main.rs 2016-06-02 20:27:07 -07:00
meter.rs Add render time meter 2016-05-21 11:08:50 -07:00
term.rs Refactor renderer functions out of main.rs 2016-06-02 20:27:07 -07:00
text.rs Remove old debug "test" 2016-05-28 22:08:30 -07:00
tty.rs Initial support for Terminal Emulation (woo!) 2016-06-02 19:42:28 -07:00