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

Though this may be a stupid question as GLSL does not support object data type but can we process object by any means?

![A GIF or MEME to give some spice of the internet](url) ## *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...

![The goddamn pixel is blue](https://i.kym-cdn.com/photos/images/original/000/840/305/d6f.gif) ## *What* is wrong? When passing an input using the `Input` class, a texture can be mapped to memory in strange ways, resulting in different...

![image](https://user-images.githubusercontent.com/61646255/119928146-a212b000-bf98-11eb-8cd3-61c8bec7c230.png) 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 ![企业微信截图_16215054383106](https://user-images.githubusercontent.com/2399971/118961691-2eb8df00-b997-11eb-9886-c1b4c85d04c2.png) 2. new gpu() , wrong canvas . ![企业微信截图_16215053749401](https://user-images.githubusercontent.com/2399971/118961712-34162980-b997-11eb-8986-859ff8d0df71.png)

# 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.