aui
aui copied to clipboard
Application uniqueness
Describe the need of your project
What if my application is launched twice? How can I specify the desired behaviour in such case?
| Platform | Single instanced | Multi instanced |
|---|---|---|
| Windows | To be implemented by AUI | By default |
| Linux | To be implemented by AUI on X11 | By default |
| macOS | By default | Supported |
| Android | By default | - |
| iOS | By default | - |
| Emscripten | Just open another tab lol |
Proposed solution
I don't really know
Alternatives you've considered
No response
Additional context
No response
... and a platform agnostic way to register URI handler / file type handler??
All platforms except Windows and Emscripten pioneer longer application lifetime that just lifetime of one single window (in order to interact with it regardless of a window). On Linux, even Qt uses GApplication.