From dbc51a4579c21968c5cb4c2d7acf83ee9663ec1a Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 23 Jun 2022 02:33:09 +0300 Subject: [PATCH] readme: add c2v demo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16b20d47d..bd629e4b9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ - Easy to develop: V compiles itself in less than a second - Performance: as fast as C (V's main backend compiles to human-readable C) - Safety: no null, no globals, no undefined behavior, immutability by default -- C to V translation +- C to V translation ([Translating DOOM demo video](https://www.youtube.com/watch?v=6oXrz3oRoEg)) - Hot code reloading - [Innovative memory management](https://vlang.io/#memory) ([demo video](https://www.youtube.com/watch?v=gmB8ea8uLsM)) - [Cross-platform UI library](https://github.com/vlang/ui) -- 2.30.2