qdesktop icon indicating copy to clipboard operation
qdesktop copied to clipboard

Javascript/Canvas Performance

Open reneroth opened this issue 10 years ago • 1 comments

Javascript performance (especially drawing on canvas) is brutally slow compared to native browsers, even when used sparingly. A single call to CanvasRenderingContext2D.fillRect() once per renderframe kills performance to where the whole system becomes unstable. I'm not really experienced in using WebKit from an application dev's pov, so I'm not sure if there is a "fix" for this - maybe some compiler flags that can be set to enable GPU support?

reneroth avatar Jun 05 '15 00:06 reneroth

Hm... I haven't looked it great detail what limitations the Cocoa's WebView has compared to the Safari's view.

qvacua avatar Jul 04 '15 12:07 qvacua