-
Hi there,
Do you have any plan to having OffscreenCanvas for use Web Worker as a controller?
-
It's hard to use the wasm version of Canvas implementation on edge; because the size of the current implementation for canvas in npm is huge and slow.
It would be nice if the runtime provide the na…
-
api 9
DevEco Studio 3.1.1 Release
@mcui+mccharts@2.0.7
启动时出现报错:
[Compile Result] ArkTS:ERROR File: E:/Gitka/ArkTs/ArktsReset/oh_modules/@mcui/mccharts/src/main/ets/components/mainpage/Chart.ets:27…
-
When running pixi against an OffscreenCanvas rather than a regular Canvas (and particularly when running off the main thread entirely) the dev tools don't appear to work.
I think this is due to the…
-
Nice to see another attempt a few years later! Is it possible to use it through web assembly and render with OffscreenCanvas?
-
### What problem does this feature solve?
有渲染大量图表且弱交互的场景,想要将渲染和导出通过OffscreenCanvas放在worker中运行,在实际使用中因为work中没有window global 对象导致报错;
希望能兼容work的上下文[WorkerGlobalScope](https://developer.mozilla.org/e…
-
The OffscreenCanvas API seems to allow canvas rendering in WebWorkers:
https://devnook.github.io/OffscreenCanvasDemo/index.html
https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas
…
-
[WorkerNavigator](https://developer.mozilla.org/en-US/docs/Web/API/WorkerNavigator) doesn't support xr property.
-
Investigate implementation of https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas. This would give us:
- possible additional performance for the application, as playcanvas part of the ap…
-
### Feature Request
Add RenderWindow which supporting OffscreenCanvas
### Motivation and Detailed Description
It is easy to produce bad performance with rendering in main execution thread only,
O…