diff --git a/README.md b/README.md index 66973b2..8a096d7 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ - [text_editor](https://github.com/vlang/v/blob/master/examples/term.ui/text_editor.v) - Small text editor from the official V examples. - [ved](https://github.com/vlang/ved) - 1 MB text editor written in V with hardware accelerated text rendering. Compiles in <1s. - [vee](https://github.com/Larpon/vee) - V Editor Engine. A V module providing the guts of a text editor. Comes with a [TUI editor example](https://github.com/Larpon/vee/blob/master/examples/tuieditor/). +- [vPDF](https://github.com/vlang/pdf) - A module to simplify PDF file creation using the V programming language. ### Games @@ -124,6 +125,7 @@ ### Web +- [Gitly](https://github.com/vlang/gitly) - A light and fast SCM alternative to GitHub/GitLab written in V. - [Heroku Buildpack for V](https://github.com/louis77/heroku-buildpack-v) - Deploy V apps on Heroku. - [vblog](https://github.com/scurty-labs/vblog) - A simple, fast and responsive blogging system. - [Vebview.JS](https://github.com/malisipi/Vebview.JS) - Electron/Neutralino.JS alternative written in V.