gpu.js
gpu.js copied to clipboard
GPU Accelerated JavaScript
Though this may be a stupid question as GLSL does not support object data type but can we process object by any means?
 ## *What* is wrong? The Math.pow function returns unexpected results on mobile. I'm using it for sorting distances for...
## *What* is wrong? I am trying to create an array inside GPU kernel for internal calculation like this ``` var testArray1 = new Float32Array(16); var testArray2 = new Array(16);...
thanks for this great package. I have some difficulties in terms of latency, is this normal in the context of gpu.js?
## *What* is wrong? A long loop with mathematical calculation gives the wrong results. Loop from 1 to 1024 works fine, but longer loop gives bigger error. Loop from 1...
 ## *What* is wrong? When passing an input using the `Input` class, a texture can be mapped to memory in strange ways, resulting in different...
 Just wanted to share this meme after looking at the crypto market 🤣 ## *What* is wrong? I have built an electron application. After installing gpu.js library 'npm install...
int16array input . 1. new gpu({ mode: ' cpu' }) , right cancas  2. new gpu() , wrong canvas . 
# Problem: Hello! I get an error in the Docker container (alpine). Everything works fine without the container. ### Error: Segmentation fault (core dumped) ### System information: Ubuntu 20.04.2 LTS...
Is there a typescript typing's file that will work for the browser version? I'm working on a typescript project that's going to include gpu.js through CDN.