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

When installing gpu.js on arch linux got following error: ``` ../angle/src/libANGLE/HandleAllocator.cpp: In constructor 'gl::HandleAllocator::HandleAllocator()': │ ../angle/src/libANGLE/HandleAllocator.cpp:27:52: error: 'numeric_limits' is not a member of 'std' │ 27 | mUnallocatedList.push_back(HandleRange(1, std::numeric_limits::max())); ```...

`npm` installs `gpu.js` normally on default settings, but for `pnpm` setting `shamefully-hoist=true` is required in `.npmrc`. It would be helpful to mention this in `README`.

Hey there! I've checked documentation and I didn't find anything about analyzing pixels without drawing an image. For example: a have a canvas on the page. I need to analyze...

Not really an issue. Just thought I would help out a bit if I could. This is the same way you would implement this in hardware. You pretty much have...

Is there a way to use vector types, accelerated functions and basic operators that are usually provided by GLSL ? Right now I'm recoding my own functions to calculate distances...

how to use bigNumber.js with gpu.js? I don't believe that I am the first one trying to do that, but just cannot google any example. It seems I have to...

![A GIF or MEME to give some spice of the internet](https://media0.giphy.com/media/182RoBRPuNyMKH8Rsx/200w.webp) ## *What* is wrong? We need this in GPU.js, possibly as a sub-project: https://github.com/maierfelix/webgpu Once it becomes stable, and...

help wanted

Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1. Commits 496166d 3.1.1 6eb82c0 Bug fix: Thirdparty cookie leak See full diff in compare view Maintainer changes This version was pushed to npm by...

dependencies

![A GIF or MEME to give some spice of the internet](https://media4.giphy.com/media/wlc1wQBDp9NsjyyTuu/giphy.gif?cid=ecf05e4746gc1qkwgmhx8oedshwclk2cys7v3bz9lfndgl7b&rid=giphy.gif&ct=g) ## *What* is wrong? The pipelining example code doesn't work, it throws an `OffscreenCanvas is not defined` error. ##...

[String.prototype.substr()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) is deprecated so we replace it with [String.prototype.slice()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/slice) which works similarily but isn't deprecated. .substr() probably isn't going away anytime soon but the change is trivial so it doesn't...