From 9b5e9984bfd161507f4b22b2bc81f7bf6fdceb4c Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 12 Jan 2020 20:30:21 +0100 Subject: [PATCH] readme: add a link to V UI --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f480866bff..943e0f4637 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ Installing V: [github.com/vlang/v#installing-v-from-source](https://github.com/v - Safety: no null, no globals, no undefined behavior, immutability by default - C to V translation - Hot code reloading -- Powerful UI and graphics libraries +- [Cross-platform UI library](https://github.com/vlang/ui) +- Built-in graphics library - Easy cross compilation - REPL - Built-in ORM @@ -77,6 +78,8 @@ sudo ./v symlink ### Docker +
Expand Docker instructions + ```bash git clone https://github.com/vlang/v cd v @@ -93,6 +96,8 @@ docker build -t vlang --file=Dockerfile.alpine . docker run --rm -it vlang:latest /usr/local/v/v ``` +
+ ### Testing and running the examples @@ -148,6 +153,14 @@ git clone --depth=1 https://github.com/ubawurinna/freetype-windows-binaries [pat glfw dependency will be removed soon. +## V UI + + + + + +https://github.com/vlang/ui +