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

Application manager: Do not assume Qt will be always present #155

Open
jaimergp opened this issue Jun 18, 2024 · 2 comments
Open

Application manager: Do not assume Qt will be always present #155

jaimergp opened this issue Jun 18, 2024 · 2 comments

Comments

@jaimergp
Copy link
Collaborator

We currently use Qt for the UI because we know we are going to ship it as part of napari. However that's a big dependency that not all projects might want to carry. We should strive to provide a barebones agnostic manager that can operate with other GUI toolkits, or without any at all. Maybe some TUI like Rich is enough.

@dalthviz
Copy link
Member

Maybe using app-model to define the application capabilities/commands/actions available could be worthy here @jaimergp ?

@jaimergp
Copy link
Collaborator Author

Good idea!

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

No branches or pull requests

2 participants