If I understand correctly, you want to build desktop apps, right? That’s what I’m getting from showing a tray icon, etc.
If that’s the case, I think Scenic is not the right tool for that - I’d suggest going with platform specific components/widgets. I know that cross-platform UIs sound very nice, but in reality native widgets come on top when you really want platform-like feel (same story as on mobile). While wxErlang might be useful in some cases, you’ll hit a wall the second you’ll try to play a sound.
I’m working on an Elixir library for building component-based desktop apps, but that’s still in the making and not a priority till at least March.






















