QuantumBadger / Speedy2D

Rust library for hardware accelerated drawing of 2D shapes, images, and text, with an easy to use API.
Apache License 2.0
381 stars 41 forks source link

Using tray icon along with the windows from Speedy2D? #111

Open Revertron opened 3 months ago

Revertron commented 3 months ago

What is the best way to use tray icon, preferably with a menu, and maybe process its events in the main event-loop? Maybe some crates known to be working well?

QuantumBadger commented 3 months ago

I haven't tried it, but the tray-icon crate looks like it would be suitable. If it doesn't work, let me know and I can investigate.