The rust SDL2 bindings have changed in a way that makes the lifetimes very strict. This is probably a good thing from a safety standpoint, but means I'll likely need to re-architect the GUI drawing code. For now I'm going to leave that on the back-burner and focus on getting the console version working. |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE.txt | ||
readme.md | ||
todo.md |
Led
Led is a simple text editor with both a console and GUI interface.
The long-term goals of Led are to be a scriptable, cross-platform code editor that you can take with you wherever you go. It's a long ways off from that at the moment, however.
Other projects that inspire the general direction of Led include Zed and Vim.