super_clipboard icon indicating copy to clipboard operation
super_clipboard copied to clipboard

Fixing performance issues

Open SergioRibera opened this issue 1 year ago • 0 comments

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 avatar Sep 29 '23 03:09 SergioRibera