Babylon.js
Babylon.js copied to clipboard
Support Web Workers to accelerate 2D canvas rendering
In some cases, like using Dynamic Texture and/or GUI, we depend on rendering to a 2D context, which can be pretty slow sometimes. We'd like to support usage of Offscreen Canvas and Web Workers to speed this up. This can be done in many levels, like first only supporting in Dynamic Texture for the user to leverage the WW themselves (see example in https://github.com/carolhmj/Babylon.js/blob/offscreenCanvasExperiments/packages/tools/devHost/src/createScene.ts), evolving to optionally render all of the GUI automatically in a WW, if available.
You are my hero.
Yeah this is epic
This issue has been automatically staled because it has been inactive for more than 14 days. Please update to "unstale".
This issue has been automatically staled because it has been inactive for more than 14 days. Please update to "unstale".