Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/neroist/libtray
- Owner: neroist
- License: mit
- Created: 2024-05-27T16:58:40.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-05-29T15:59:56.000Z (5 months ago)
- Last Synced: 2024-08-04T03:07:37.023Z (3 months ago)
- Topics: bindings, libtray, nim, nim-lang, system-tray, tray, wrapper
- Language: Nim
- Homepage: https://neroist.github.io/libtray/
- Size: 92.8 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nim - libtray - Nim wrapper for Tray (dmikushin's fork), a library to create system tray/menu bar icon with a popup menu. (User Interface / GUI)
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.