diff options
| -rw-r--r-- | README.md | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -1,6 +1,7 @@ -# red +# rayedit -R-editor +Started as exam-period procrastination with raylib, gradually became +something resembling a text editor. Not sure how far it'll go. ## How to build & use @@ -11,13 +12,13 @@ R-editor 3. `./red <file>` 4. Ctrl+s to save +## Something implemented + +- mmap-based fast loading and rendering +- lazy allocation when modifying each line + ## Something not implemented (yet) - Scroll - Handling when the cursor goes off the screen because a line is too long - -## Something implemented - -- mmap-based fast loading and rendering -- lazy allocation when modifying each line |
