File | Date | Author | Commit |
---|---|---|---|
dev | 2020-07-24 |
![]() |
[abf46f] Massive optimizations with framebuffers |
docs | 2020-08-03 |
![]() |
[ccb26e] Missed a spot |
examples | 2020-08-03 |
![]() |
[6f326c] Fixed build system |
extern | 2020-08-03 |
![]() |
[839c16] Added support for bitmap fonts |
include | 2020-08-03 |
![]() |
[839c16] Added support for bitmap fonts |
resources | 2020-07-24 |
![]() |
[efce29] Stripped alpha values from Color to reduce memo... |
screenshots | 2020-07-27 |
![]() |
[d1b973] Added readme and stuff |
src | 2020-08-03 |
![]() |
[aa4d7a] Supported VC++ |
tests | 2020-08-03 |
![]() |
[6f326c] Fixed build system |
.gitattributes | 2020-07-10 |
![]() |
[c83262] Initial commit |
.gitignore | 2020-08-03 |
![]() |
[aa4d7a] Supported VC++ |
CMakeLists.txt | 2020-08-03 |
![]() |
[aa4d7a] Supported VC++ |
CONTRIBUTING | 2020-07-27 |
![]() |
[d1b973] Added readme and stuff |
LICENSE | 2020-07-21 |
![]() |
[c50463] Added license |
README.md | 2020-08-03 |
![]() |
[b1a6b0] Updated examples and tests |
A minimal-footprint terminal (and shell too I guess) for OpenGL 3.3.
Hosted here, but you can also generate it during the build process.
Welcome, as always. See CONTRIBUTING
.
Etermal uses Freetype
for font rendering, which is copyright © 2006 The FreeType Project (www.freetype.org). All rights reserved.