From 7beb434a39170ed1a81945ca344db199e6582c16 Mon Sep 17 00:00:00 2001 From: Zaoqi Date: Fri, 9 Aug 2019 01:19:51 +0800 Subject: [PATCH] Add vorum and vid --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 174ae89..45d3848 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ A curated list of awesome V frameworks, libraries, software and resources. * [Applications](#applications) * [Interpreters/Compilers](#interpreters-compilers) * [Package manager](#package-manager) + * [Editors](#editors) + * [Web](#web) * [Libraries](#libraries) * [Syntax highlighting](#syntax-highlighting) * [Command-line](#command-line) @@ -25,6 +27,12 @@ A curated list of awesome V frameworks, libraries, software and resources. * [v](https://github.com/vlang/v) - V itself. Simple, fast, safe, compiled language for developing maintainable software. * [vbf](https://github.com/vpervenditti/vbf) - A brainfuck interpreter/compiler. +### Editors +* [vid](https://github.com/vlang/vid) - 1 MB text editor written in V with hardware accelerated text rendering. Compiles in <1s. + +### Web +* [vorum](https://github.com/vlang/vorum) - Open-source blogging/forum software written in V + ## Libraries ### Syntax highlighting