A cross-platform, OpenGL terminal emulator.
Go to file
Joe Wilm e794bc11b9
Use subpixel font rendering
OpenGL only supports shared alpha blending. Subpixel font rendering
requires using the font RGB values as alpha masks for the corresponding
RGB channels. To support this, blending is implemented in the fragment
shader.
2016-04-11 08:05:19 -07:00
res Use subpixel font rendering 2016-04-11 08:05:19 -07:00
src Use subpixel font rendering 2016-04-11 08:05:19 -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 Rasterizer uses DPI from Glutin 2016-02-27 20:26:31 -08:00
Cargo.toml Rasterizer uses DPI from Glutin 2016-02-27 20:26:31 -08: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