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

Adding it as an applet in the new COSMIC Desktop (written in Rust) #333

Open
onlyreportingissues opened this issue May 22, 2024 · 2 comments

Comments

@onlyreportingissues
Copy link

I saw that it's written in Rust. The new COSMIC Desktop is also written in Rust (current state pre-alpha): https://github.com/pop-os/cosmic-epoch

There is also a template for adding new applets: https://github.com/edfloreshz/cosmic-app-template

Would be cool to have it available as an applet there.

@ilya-zlobintsev
Copy link
Owner

The template you linked is not for applets, it's for making full applications using the iced ui framework and cosmic libraries.

A panel applet is definitely doable using the API, but i don't think it should be part of the application itself.

@onlyreportingissues
Copy link
Author

The template you linked is not for applets, it's for making full applications using the iced ui framework and cosmic libraries.

A panel applet is definitely doable using the API, but i don't think it should be part of the application itself.

That's how it works on COSMIC. The applets are basically tiny applications, means they can't break the system. Here is a project collection to give you an idea how applications & applets work in COSMIC: https://github.com/edfloreshz/cosmic-project-collection

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