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

Use unified header style

This commit is contained in:
alexesprit 2020-05-29 10:32:23 +03:00
parent 551e777da1
commit ad779c3b08

View File

@ -18,27 +18,27 @@
- [Graphics](#graphics) - [Graphics](#graphics)
- [Games](#games) - [Games](#games)
- [Command-line](#command-line) - [Command-line](#command-line)
- [Project Management](#project-management) - [Project management](#project-management)
- [Libraries](#libraries) - [Libraries](#libraries)
- [Syntax highlighting](#syntax-highlighting) - [Syntax highlighting](#syntax-highlighting)
- [Command Line Interface](#command-line-interface) - [Command line interface](#command-line-interface)
- [Text processing](#text-processing) - [Text processing](#text-processing)
- [Graphics](#graphics-1) - [Graphics](#graphics-1)
- [Web](#web-1) - [Web](#web-1)
- [Database clients](#database-clients) - [Database clients](#database-clients)
- [Audio](#audio) - [Audio](#audio)
- [Operating System](#operating-system) - [Operating system](#operating-system)
- [Automation](#automation) - [Automation](#automation)
- [Telegram](#telegram) - [Telegram](#telegram)
- [Files](#files) - [Files](#files)
- [Game Development](#game-development) - [Game development](#game-development)
- [Eventing](#eventing) - [Eventing](#eventing)
- [User Interface Toolkits](#user-interface-toolkits) - [User Interface toolkits](#user-interface-toolkits)
- [Scientific Computing](#scientific-computing) - [Scientific computing](#scientific-computing)
- [Utility](#utility) - [Utility](#utility)
- [Other](#other) - [Other](#other)
- [Videos](#videos) - [Videos](#videos)
- [Programming Contests](#programming-contests) - [Programming contests](#programming-contests)
- [Tutorials](#tutorials) - [Tutorials](#tutorials)
- [Online IDEs with V](#online-ides-with-v) - [Online IDEs with V](#online-ides-with-v)
- [Articles](#articles) - [Articles](#articles)
@ -83,7 +83,7 @@
- [HN-top](https://github.com/BafS/hn-top) - A simple command to list most recent news from hacker-news. - [HN-top](https://github.com/BafS/hn-top) - A simple command to list most recent news from hacker-news.
- [vast](https://github.com/lydiandy/vast) - A simple tool for vlang, generate v source file to AST json file. - [vast](https://github.com/lydiandy/vast) - A simple tool for vlang, generate v source file to AST json file.
### Project Management ### Project management
- [vset](https://github.com/mulh8377/vset) - A project setup and configuration tool for V projects. - [vset](https://github.com/mulh8377/vset) - A project setup and configuration tool for V projects.
@ -98,7 +98,7 @@
- [scite-v-support](https://github.com/sunnylcw/scite-v-support) - V syntax highlighting for [SciTE](https://www.scintilla.org/SciTE.html). - [scite-v-support](https://github.com/sunnylcw/scite-v-support) - V syntax highlighting for [SciTE](https://www.scintilla.org/SciTE.html).
- [language-v](https://github.com/Cutlery-Drawer/language-v) - V language support for Atom (port of vscode-vlang). - [language-v](https://github.com/Cutlery-Drawer/language-v) - V language support for Atom (port of vscode-vlang).
### Command Line Interface ### Command line interface
- [vargs](https://github.com/nedpals/vargs) - V library for parsing arguments from argv-like arrays. - [vargs](https://github.com/nedpals/vargs) - 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. - [progressbar](https://github.com/Waqar144/progressbar) - An easy to use V library for creating progress bars in cli.
@ -134,7 +134,7 @@
- [vspeech](https://github.com/thecodrr/vspeech) - Complete V bindings for Mozilla's DeepSpeech TensorFlow based Speech-to-Text library. 📢📜 - [vspeech](https://github.com/thecodrr/vspeech) - Complete V bindings for Mozilla's DeepSpeech TensorFlow based Speech-to-Text library. 📢📜
- [v-miniaudio](https://github.com/Larpon/v-miniaudio) - Bindings for the excellent miniaudio C audio library. - [v-miniaudio](https://github.com/Larpon/v-miniaudio) - Bindings for the excellent miniaudio C audio library.
### Operating System ### Operating system
- [clipboard](https://github.com/vlang/v/tree/master/vlib/clipboard) - V module for interacting with the OS clipboard. Fully cross-platform. - [clipboard](https://github.com/vlang/v/tree/master/vlib/clipboard) - V module for interacting with the OS clipboard. Fully cross-platform.
- [vlipboard](https://github.com/asvvvad/vlipboard) - An easy to use wrapper of clipboard with Wayland and Termux support. - [vlipboard](https://github.com/asvvvad/vlipboard) - An easy to use wrapper of clipboard with Wayland and Termux support.
@ -151,7 +151,7 @@
- [v-mime](https://github.com/nedpals/v-mime) - MIME detection library for V. - [v-mime](https://github.com/nedpals/v-mime) - MIME detection library for V.
### Game Development ### Game development
- [vraylib](https://github.com/MajorHard/vraylib) - V wrapper (bindings) for [raylib](https://www.raylib.com), the C game development framework. - [vraylib](https://github.com/MajorHard/vraylib) - V wrapper (bindings) for [raylib](https://www.raylib.com), the C game development framework.
@ -159,14 +159,14 @@
- [eventbus](https://github.com/vlang/v/tree/master/vlib/eventbus) - A simple event bus system for V. - [eventbus](https://github.com/vlang/v/tree/master/vlib/eventbus) - A simple event bus system for V.
### User Interface Toolkits ### User Interface toolkits
- [V UI](https://github.com/vlang/ui) - Integrated cross platform UI toolkit for Windows, macOS, Linux, Android, iOS and the web. - [V UI](https://github.com/vlang/ui) - Integrated cross platform UI toolkit for Windows, macOS, Linux, Android, iOS and the web.
- [vgtk3](https://github.com/vgtk/vgtk3) - A wrapper for GTK3 in V. - [vgtk3](https://github.com/vgtk/vgtk3) - A wrapper for GTK3 in V.
- [vig](https://github.com/nsauzede/vig) - Bindings for [Dear ImGui](https://github.com/ocornut/imgui) GUI toolkit. - [vig](https://github.com/nsauzede/vig) - Bindings for [Dear ImGui](https://github.com/ocornut/imgui) GUI toolkit.
- [vnk](https://github.com/nsauzede/vnk) - Bindings for [Nuklear](https://github.com/vurtun/nuklear) GUI toolkit. - [vnk](https://github.com/nsauzede/vnk) - Bindings for [Nuklear](https://github.com/vurtun/nuklear) GUI toolkit.
### Scientific Computing ### Scientific computing
- [vsl](https://github.com/vlang/vsl) - A pure-V scientific library with a great variety of functions. - [vsl](https://github.com/vlang/vsl) - A pure-V scientific library with a great variety of functions.
- [vnum](https://github.com/vlang-num/vnum) - Numerical computing library supporting n-dimensional data, backed by LAPACK and BLAS. - [vnum](https://github.com/vlang-num/vnum) - Numerical computing library supporting n-dimensional data, backed by LAPACK and BLAS.
@ -184,7 +184,7 @@
- [V Programming Language](https://www.youtube.com/watch?v=BVCuZ7z7GMY&list=PLEPMhdsq-gNpFr40A-ZnX-Hu9l-Sp5Oc_) - [V Programming Language](https://www.youtube.com/watch?v=BVCuZ7z7GMY&list=PLEPMhdsq-gNpFr40A-ZnX-Hu9l-Sp5Oc_)
### Programming Contests ### Programming contests
- [Rosetta Code V](https://github.com/RustemB/rosetta-code-v) - Solutions for Rosetta Code in V. - [Rosetta Code V](https://github.com/RustemB/rosetta-code-v) - Solutions for Rosetta Code in V.
- [Advent of Code 2019](https://github.com/mvlootman/aoc2019) - Solution of Advent of Code 2019 in V. - [Advent of Code 2019](https://github.com/mvlootman/aoc2019) - Solution of Advent of Code 2019 in V.