gpu.js
gpu.js copied to clipboard
GPU Accelerated JavaScript
 ## *What* is wrong? Currently the shape of a flattened array is in col, row order instead of row, col order. This doesn't match the shape of typical...
 gpu.js up to bat... node-gyp/vs2022: not today. ## *What* is wrong? **(tldr; solution/workaround at the end)** Prefacing by saying I don't consider this...
please upgrade 'gl' version see https://github.com/stackgl/headless-gl/pull/215
 ## *What* is wrong? When I install GPU.js in nodejs 15.14.0 I get the following error message: ``` npm...
## *What* is wrong? npm install gpu.js provides following list of errors: npm WARN deprecated [email protected]: this library is no longer supported npm WARN deprecated [email protected]: Please upgrade to version...
## *What* is wrong? When using GPU.js in graphical mode, the maximum working size of the canvas used is limited by the hardware on the host system. If the GPU...
## *What* is wrong? I'm having trouble implementing parallel reduction algorithms using gpu.js and would benefit from example starting code. ## *Where* does it happen? My various implementation attempts in...
I think this is feasible using float texture, which can be quite useful for high precision simulation.
I noticed that gpu.js (and by extension brain.js) still use v4 of gl. v5 fixes some build issues users were having on macOS and linux, and upgrades node-gyp, which uses...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...