Repository

Description

A V wrapper for the C library https://github.com/zserge/tray .

It allows you to make cross platform apps with V , that show a small icon and menu in the system tray on the supported platforms (linux, macos, windows).

See a simple example of a system tray app .

Installation

You can install the module in 2 ways:

  • Through vpm (in this case, use import spytheman.vtray in your app)

v install spytheman.vtray

  • Directly from github, to a local folder in your app's src/ folder (in this case, use import vtray in your app):

git submodule add https://github.com/spytheman/vtray src/vtray

About

Cross platform module for showing an icon with a menu in the system tray module, based on https://github.com/zserge/tray .

0
17
last Oct 4

Author

spytheman