Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launcher application #17

Open
nyama8 opened this issue Nov 12, 2024 · 0 comments · May be fixed by #18
Open

Launcher application #17

nyama8 opened this issue Nov 12, 2024 · 0 comments · May be fixed by #18
Assignees

Comments

@nyama8
Copy link
Contributor

nyama8 commented Nov 12, 2024

Switching between the different applications is somewhat tedious and annoying. I propose to make a Launcher application which is able to create instances of the different applications from a single GUI, without having to open/close each application.

There are some challenges associated with cross talk between the applications if hardware is shared, however the underlying structure of the code should be such that the hardware can only be used by any particular application at any given time. That is, if two applications try to use the same hardware then the latter call will error out.

It would be nice if the GUI was able to indicate when hardware is in use, but it will be difficult to program this functionality since the apps were designed to be very standalone. I do not intend to implement this functionality into the launcher application at this time.

@nyama8 nyama8 self-assigned this Nov 12, 2024
@nyama8 nyama8 linked a pull request Nov 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant