offscreen-canvas icon indicating copy to clipboard operation
offscreen-canvas copied to clipboard

Polyfill for OffscreenCanvas to move Three.js/WebGL/2D canvas to Web Worker

Results 7 offscreen-canvas issues
Sort by recently updated
recently updated
newest added

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.2.3 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

This doesn't work as expected on mac/safari as discussed in this other issue. [> [Mac/safari] will work, but use normal canvas without offscreen and web worker](https://github.com/ai/offscreen-canvas/issues/31#issuecomment-1013018932) So then this isn't...

https://developer.mozilla.org/en-US/docs/Web/API/Worker/Worker ``` var myWorker = new Worker(aURL, options); ``` Worker supports an options variable being passed to the worker constructor. These options are required to enable es modules. https://github.com/ai/offscreen-canvas/blob/ef3ac052cf3db22dd370ab9578fe5b0b982a9124/create-worker.js#L3

Does this plugin work on android / ios webview ? OffscreenCanvas and OffscreenCanvasRenderingContext2D functions are undefined in Android WebView as it doesn't support OffscreenCanvas. My goal is to use this...

How to terminate the worker? The API that is returned by both createWorker and insideWorker does not include terminate.

Link to tutorial in readme.md (https://dev.to/evilmartians/faster-webgl-three-js-with-offscreencanvas-and-web-worker-57ha-temp-slug-9930774) is broken and leads to 404