From 47e59aa726f6f723d89dfb56e4b48e91fafe1abd Mon Sep 17 00:00:00 2001 From: Peter Badida Date: Sat, 26 Oct 2019 09:53:54 +0200 Subject: [PATCH 1/7] Add The Book of V --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0679380..75abfd4 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ A curated list of awesome V frameworks, libraries, software and resources. ## Articles * [An introduction to V](https://simonknott.de/articles/VLang.html) +* [The Book of V](https://github.com/KeyWeeUsr/the-book-of-v/) ## Community From b8a60874ab5d50d5fdbf17f057d1bf875ec4bbd7 Mon Sep 17 00:00:00 2001 From: lydiandy <56576373+lydiandy@users.noreply.github.com> Date: Tue, 29 Oct 2019 03:55:38 +0800 Subject: [PATCH 2/7] update Tutorials --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75abfd4..15d2f46 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,8 @@ A curated list of awesome V frameworks, libraries, software and resources. ### Tutorials * [Learn V in Y Minutes](https://github.com/v-community/learn_v_in_y_minutes) - * [V by Example](https://github.com/v-community/v_by_example) +* [V learning notes](https://github.com/lydiandy/vlang_note) - personal learning notes in Chinese. ## Articles From ee9ee7d9243a7a7f6dfb4b36e887780dc751d25b Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Fri, 8 Nov 2019 19:25:06 +0500 Subject: [PATCH 3/7] Add progressbar (#27) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15d2f46..db9c9c4 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ A curated list of awesome V frameworks, libraries, software and resources. ### Command-line * [v-args](https://github.com/nedpals/v-args) - V library for parsing arguments from argv-like arrays. +* [progressbar](https://github.com/Waqar144/progressbar) - An easy to use V library for creating progress bars in cli ### Graphics * [vgl](https://github.com/justicesuh/vgl) - Low-level graphics API access. From 4a52496033d24dd009d75393647940a663112428 Mon Sep 17 00:00:00 2001 From: Peter Badida Date: Fri, 8 Nov 2019 15:47:36 +0100 Subject: [PATCH 4/7] Add online IDEs with V language (#28) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index db9c9c4..3a174db 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,11 @@ A curated list of awesome V frameworks, libraries, software and resources. * [V learning notes](https://github.com/lydiandy/vlang_note) - personal learning notes in Chinese. +### Online IDEs with V + +* [V Playground](https://vlang.io/play) +* [Judge0](https://ide.judge0.com/) + ## Articles * [An introduction to V](https://simonknott.de/articles/VLang.html) From 157e1109932908a8f66dfb1cc6557914285cdbb1 Mon Sep 17 00:00:00 2001 From: ylluminate Date: Sat, 9 Nov 2019 10:14:30 -0500 Subject: [PATCH 5/7] Add Vlang the Game vSDL2 game (source) (#30) Created a new "Games" section under Apps with this game in it. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3a174db..3a0af00 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,9 @@ A curated list of awesome V frameworks, libraries, software and resources. ### Web * [vorum](https://github.com/vlang/vorum) - Open-source blogging/forum software written in V +### Games +* [Vlang the Game](https://github.com/gabixdev/vlang-the-game) - A little platformer written in V with [vSDL2](https://github.com/nsauzede/vsdl2), made purely for memes and fun. + ## Libraries ### Syntax highlighting From c116e10d712b98224a9b1be8e0e6a35d6d89b118 Mon Sep 17 00:00:00 2001 From: ylluminate Date: Sat, 9 Nov 2019 10:14:40 -0500 Subject: [PATCH 6/7] Include raylib v wrapper (#29) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3a0af00..0952861 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,9 @@ A curated list of awesome V frameworks, libraries, software and resources. ### Files * [v-mime](https://github.com/nedpals/v-mime) - MIME detection library for V. +### Game Development +* [vraylib](https://github.com/MajorHard/vraylib) - V wrapper (bindings) for [raylib](https://www.raylib.com), the C game development framework. + ## Other ### Videos From cd77fff1d4800b9c0fe725a98fdbadbeb7cd0768 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Tue, 12 Nov 2019 05:30:37 +0500 Subject: [PATCH 7/7] Add crayon module (#35) * Add "crayon" module * Update subtitle for "crayon" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0952861..0efc64b 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ A curated list of awesome V frameworks, libraries, software and resources. ### Text processing * [v-regex](https://github.com/ShellBear/v-regex) - A simple regex library for V. * [chalk](https://github.com/etienne-napoleone/chalk) - Colorize strings in the terminal. +* [crayon](https://github.com/thecodrr/crayon) - 🖍️ Paint your terminal output like Picasso 🎨 ### Automation * [vrobot](https://github.com/eioo/vrobot) - Desktop automation for V. Only supports Windows.