libui icon indicating copy to clipboard operation
libui copied to clipboard

Will libui library support cross platform system tray API?

Open chptx opened this issue 7 years ago • 7 comments

something like this: https://github.com/maxogden/menubar

chptx avatar Oct 25 '16 07:10 chptx

Will second that. Would be useful to have this included

samirkut avatar Dec 14 '16 08:12 samirkut

Not planned; I'm considering it out of scope for now.

andlabs avatar Dec 14 '16 14:12 andlabs

There shouldn't be anything stopping you from using a second library for that. Here are two that come up from a quick search:

  • https://github.com/cratonica/trayhost
  • https://github.com/getlantern/systray

duckbrain avatar Dec 14 '16 16:12 duckbrain

+1

patrickkh7788 avatar Nov 16 '17 02:11 patrickkh7788

Worth to look I guess https://github.com/zserge/tray

ebraminio avatar Mar 20 '19 17:03 ebraminio

https://www.npmjs.com/package/systray

Project-Magenta avatar Jul 23 '19 15:07 Project-Magenta

C++ version (just Linux and Windows for now) - https://github.com/Soundux/traypp

SamuelMarks avatar Apr 15 '21 05:04 SamuelMarks