gpu.js icon indicating copy to clipboard operation
gpu.js copied to clipboard

GPU Accelerated JavaScript

Results 159 gpu.js issues
Sort by recently updated
recently updated
newest added

Hi there, this is just a question. Say I have two immutable kernels to use in a pipeline and I keep passing the output texture from one to the other...

![A GIF or MEME to give some spice of the internet](url) ## *What* is wrong? WebGL kernel feature checks may throw an error ## *Where* does it happen? In WebGLKernel.setupFeatureChecks...

## Leaflet + gpu.js canvas demo doesn't work ## *Where* does it happen? When trying to run the demo of Leaflet + gpu.js canvas in chrome Version 100.0.4896.127 (Official Build)...

![A GIF or MEME to give some spice of the internet](https://media3.giphy.com/media/143vPc6b08locw/giphy.gif) ## *What* is wrong? I get the following error when trying to use gpu.js on production (optimized code): ```console...

I don't understand how to use this library, took the code from the example. ![image](https://user-images.githubusercontent.com/66716255/187438079-dc630c0d-675e-4144-8bce-10e330e06770.png)

If `Math.random` is in a function added by `kernel.addFunction`, `kernel.setFunctions` or `gpu.addFunction` then the plugin is not includes in the shader source. Workaround: add a comment with `// Math.random()` to...

![A GIF or MEME to give some spice of the internet](https://cdn.discordapp.com/attachments/635062203216822283/1007105133047451648/giphy.gif) ## *What* is wrong? Can't use it with deno` ![image](https://user-images.githubusercontent.com/78658872/184051812-ea7c7990-9931-48ea-bbb8-7cf25d06e2d9.png) ## *Where* does it happen? When trying to load...

![A GIF or MEME to give some spice of the internet](https://i.giphy.com/media/zxxXYJqTlpBnO/giphy.webp) ## *What* is wrong? Assignment to a texture fails with error `gpu-browser.min.js:28 Uncaught Error: Error compiling fragment shader: ERROR:...

What should I do when using an array with a length greater than 4?