Skip to content

Commit

Permalink
Add webview and emoji-mart-desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Aug 29, 2023
1 parent f1cdea6 commit f07b93c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- [Package managers](#package-managers)
- [Project management](#project-management)
- [Serialization](#serialization)
- [Utilities](#utilities)
- [Web](#web)
- [Libraries](#libraries)
- [Audio](#audio)
Expand Down Expand Up @@ -136,6 +137,10 @@
- [vlang-yaml](https://github.com/jdonnerstag/vlang-yaml) - A V-native YAML reader, incl. YAML-to-JSON converter.
- [vproto](https://github.com/emily33901/vproto) - Protobuf compiler and runtime in V.

### Utilities

- [emoji-mart-desktop](https://github.com/ttytm/emoji-mart-desktop) - An emoji picker created with V, webview and SvelteKit.

### Web

- [Gitly](https://github.com/vlang/gitly) - A light and fast SCM alternative to GitHub/GitLab written in V.
Expand Down Expand Up @@ -277,6 +282,7 @@
- [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.
- [V-WebUI](https://github.com/webui-dev/v-webui) - A wrapper for WebUI. A lightweight library that allows you to use any web browser as a GUI, with V in the backend and HTML5 in the frontend.
- [webview](https://github.com/ttytm/webview) - Bindings for webview. A tiny library to build modern cross-platform GUI applications. It allows to combine V with modern web technologies to design a graphical user interface.

### Utility

Expand Down

0 comments on commit f07b93c

Please sign in to comment.