Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neroist/libtray

Nim wrapper for libtray
https://github.com/neroist/libtray

bindings libtray nim nim-lang system-tray tray wrapper

Last synced: 15 days ago
JSON representation

Nim wrapper for libtray

Awesome Lists containing this project

README

        

# libtray

Nim wrapper for [tray](https://github.com/dmikushin/tray/tree/master).

Examples are available at [`examples/`](examples/).

## Compilation

This library supports similar define flags to uing (see [Static vs. dynamic linking](https://github.com/neroist/uing?tab=readme-ov-file#static-vs-dynamic-linking), just replace "libui" with "tray").

The dynlib and static lib paths may be configured with the `trayLib` define option.