|
|
|
|
|
by avgp
3397 days ago
|
|
We are experimenting with using SharedArrayBuffers and fetch to stream data, process it and fill it into a SharedArrayBuffer to then render with WebGL in the main thread. This has been working pretty great so far, but we'll have to wait for SharedArrayBuffer to get wider adoption. Another thing was to offload tasks such as encoding GIF frames, which is also working pretty well. |
|