Fixing performance issues #5
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
Hacktoberfest Participations
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.
The text was updated successfully, but these errors were encountered: