webgl-worker
webgl-worker copied to clipboard
Hi, I have tried to use this bridge to run [TF.js](https://www.tensorflow.org/js/) with WebGL backend, but it seems that this bridge does not implement `isContextLost()` see https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/isContextLost *As a workaround I've...
Interesting project, Is there actually a performance gain or does that get lost because of the overhead of sending all the commands over to the ui thread? Some performance numbers...
We should use typed array transfer, but it means transferring the ArrayBuffer + the type. Another option is to merge arrays and copy/transfer one big one, perhaps including the command...
Currently we just copy the 4 emscripten files and add emshim.js. We should merge into 1 client file and 1 server file, and expose en elegant API.