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

Fixing performance issues #5

Open
SergioRibera opened this issue Sep 29, 2023 · 0 comments
Open

Fixing performance issues #5

SergioRibera opened this issue Sep 29, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest Hacktoberfest Participations

Comments

@SergioRibera
Copy link
Owner

Currently, the application consumes much more than I would like, primarily due to the use of wgpu as the rendering method for iced. The solution would be to implement tiny-skia (here is a project in which I implemented it successfully, it is very simple and can serve as a guide) as the renderer for the application, but with the condition that it retains the current features, such as reappearing when using the shortcut, window transparency, and color themes.

The application currently has other performance issues due to the way it was developed, such as asset handling. I believe there may be a more optimal way to do it, so if you find a better approach, you can also contribute.

@SergioRibera SergioRibera added enhancement New feature or request good first issue Good for newcomers hacktoberfest Hacktoberfest Participations labels Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest Hacktoberfest Participations
Projects
None yet
Development

No branches or pull requests

1 participant