mirror of
https://github.com/vlang/awesome-v.git
synced 2023-08-10 21:13:23 +03:00
cleaup
This commit is contained in:
parent
69443ce7d5
commit
4d2b2d5f22
@ -39,17 +39,12 @@ A curated list of awesome V frameworks, libraries, software and resources.
|
|||||||
|
|
||||||
## Applications
|
## Applications
|
||||||
|
|
||||||
master
|
|
||||||
### Interpreters/Compilers
|
|
||||||
* [v](https://github.com/vlang/v) - V itself. Simple, fast, safe, compiled language for developing maintainable software.
|
|
||||||
|
|
||||||
### Package manager
|
### Package manager
|
||||||
* [vpkg](https://github.com/vpkg-project/vpkg) - An alternative package manager for V.
|
* [vpkg](https://github.com/vpkg-project/vpkg) - An alternative package manager for V.
|
||||||
* [vpm](https://github.com/yue-best-practices/vpm) - The V language package management tool written in V.
|
* [vpm](https://github.com/yue-best-practices/vpm) - The V language package management tool written in V.
|
||||||
|
|
||||||
### Interpreters/Compilers
|
### Interpreters/Compilers
|
||||||
* [v](https://github.com/vlang/v) - V itself. Simple, fast, safe, compiled language for developing maintainable software.
|
* [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.
|
* [vbf](https://github.com/vpervenditti/vbf) - A brainfuck interpreter/compiler.
|
||||||
* [monkey_v](https://github.com/Delta456/monkey_v) - Implementation of [Thorsten Ball's Monkey Language](https://interpreterbook.com/) in V.
|
* [monkey_v](https://github.com/Delta456/monkey_v) - Implementation of [Thorsten Ball's Monkey Language](https://interpreterbook.com/) in V.
|
||||||
* [vcc](https://github.com/lemoncmd/vcc) - a C compiler written in V.
|
* [vcc](https://github.com/lemoncmd/vcc) - a C compiler written in V.
|
||||||
@ -105,7 +100,6 @@ master
|
|||||||
* [vgl](https://github.com/justicesuh/vgl) - Low-level graphics API access.
|
* [vgl](https://github.com/justicesuh/vgl) - Low-level graphics API access.
|
||||||
* [vsdl2](https://github.com/nsauzede/vsdl2) - libSDL2 wrapper.
|
* [vsdl2](https://github.com/nsauzede/vsdl2) - libSDL2 wrapper.
|
||||||
|
|
||||||
|
|
||||||
### Web
|
### Web
|
||||||
* [valval](https://github.com/taojy123/valval) - Web framework written in V, improved by vweb.
|
* [valval](https://github.com/taojy123/valval) - Web framework written in V, improved by vweb.
|
||||||
* [vex](https://github.com/nedpals/vex) - Web framework written on V inspired by Express and Sinatra.
|
* [vex](https://github.com/nedpals/vex) - Web framework written on V inspired by Express and Sinatra.
|
||||||
@ -125,7 +119,6 @@ master
|
|||||||
* [chalk](https://github.com/etienne-napoleone/chalk) - Colorize strings in the terminal.
|
* [chalk](https://github.com/etienne-napoleone/chalk) - Colorize strings in the terminal.
|
||||||
* [crayon](https://github.com/thecodrr/crayon) - 🖍️ Paint your terminal output like Picasso 🎨
|
* [crayon](https://github.com/thecodrr/crayon) - 🖍️ Paint your terminal output like Picasso 🎨
|
||||||
|
|
||||||
|
|
||||||
### Automation
|
### Automation
|
||||||
* [vrobot](https://github.com/eioo/vrobot) - Desktop automation for V. Only supports Windows.
|
* [vrobot](https://github.com/eioo/vrobot) - Desktop automation for V. Only supports Windows.
|
||||||
|
|
||||||
@ -165,7 +158,6 @@ master
|
|||||||
* [V by Example](https://github.com/v-community/v_by_example) as [GitBook](https://v-community.gitbook.io/v-by-example/)
|
* [V by Example](https://github.com/v-community/v_by_example) as [GitBook](https://v-community.gitbook.io/v-by-example/)
|
||||||
* [V learning notes](https://github.com/lydiandy/vlang_note) - personal learning notes in Chinese.
|
* [V learning notes](https://github.com/lydiandy/vlang_note) - personal learning notes in Chinese.
|
||||||
|
|
||||||
|
|
||||||
### Online IDEs with V
|
### Online IDEs with V
|
||||||
* [V Playground](https://vlang.io/play)
|
* [V Playground](https://vlang.io/play)
|
||||||
* [Judge0](https://ide.judge0.com/)
|
* [Judge0](https://ide.judge0.com/)
|
||||||
|
Loading…
Reference in New Issue
Block a user