From 2e615298998675cecb7d4461ed08ea93b389e738 Mon Sep 17 00:00:00 2001 From: Larpon Date: Tue, 31 May 2022 11:09:03 +0200 Subject: [PATCH] Add vee and official V text_editor.v example (#131) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ae0f0d5..8402300 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,9 @@ ### Editors - [ved](https://github.com/vlang/ved) - 1 MB text editor written in V with hardware accelerated text rendering. Compiles in <1s. +- [vee](https://github.com/Larpon/vee) - V Editor Engine. A V module providing the guts of a text editor. Comes with a [TUI editor example](https://github.com/Larpon/vee/blob/master/examples/tuieditor/). +- [text_editor](https://github.com/vlang/v/examples/term.ui/text_editor.v) - Small text editor from the official V examples. + ### Web