1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

Add vee and official V text_editor.v example (#131)

This commit is contained in:
Larpon 2022-05-31 11:09:03 +02:00 committed by GitHub
parent d0caf27ace
commit 2e61529899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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