Go to file
Nathan Vegdahl 6c6e8896a1 GUI actually displays the text of the loaded buffer now. Woo hoo!
To make this performant, the Font struct caches rendered glyphs as
sdl textures.  Without caching, performance is abysmal.
2015-01-19 22:47:43 -08:00
fonts/source_code_pro Beginnings of a GUI. 2015-01-18 22:52:35 -08:00
src GUI actually displays the text of the loaded buffer now. Woo hoo! 2015-01-19 22:47:43 -08:00
.gitignore Getting dependencies and such setup properly. 2014-12-12 23:33:13 -08:00
Cargo.toml Added SDL2 and Freetype as dependencies, in preparation for a GUI. 2015-01-18 13:12:01 -08:00
readme.md Added readme and todo files. 2014-12-13 19:22:40 -08:00
todo.md First steps towards multiple cursor support. 2015-01-13 00:03:16 -08:00

Led

Led is a simple console-based text editor, inspired loosely by Zed.