aui-framework / aui-framework/aui
Application uniqueness
Open
@Nelonn is already working on this.
Since Sep 14, 2025.
- Dominant language
- C++
- Stars
- 600
- Forks
- 44
- Avg merge
- 17h 56m
- Merged PRs (30d)
- 3
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.