an offscreen canvas element based on the shadow-objects framework
npm install @spearwolf/shae-offscreen-canvas> a multi threaded renderer 🚀 for your browser using web workers and shared offscreen canvases
_Caution‼️ this is a highly experimental setup, but with a damn high awesomeness factor!_ 😉
Using the shadow-objects library, the shae-offscreen-canvas package provides several web components that can be used to create a shadow-objects scenario that supports general offscreen canvas rendering as well as a shared three.js offscreen renderer.
_thinktank_
``html
`
For a real working demo, check out ./index.html
The documentation for the shadow objects can be found here.
Run the tests with ..
`shpnpm test
➜ pnpm watch # or just use `
Run the local test server/scenario with ..
`shpnpm nx dev shae-offscreen-canvas
➜ pnpm dev # or use ``