gpu.js
gpu.js copied to clipboard
GPU Accelerated JavaScript
The issue I am experiencing is that I am doing image processing which at the end of processing gives me x,y coordinates where I will subsequently draw certain elements (iteratively),...
I merged https://github.com/gpujs/gpu.js/pull/499 too early, thinking that the node unit testing side was correctly implemented. Because of how drastic the change was, and that it no longer allowed testing in...
I don't split using branch. Because I didn't notice when I started. I made the following changes: * use pnpm to replace with npm * use prettier as the code...
Is anybody mantaining this project? PRs fixing known bugs are not merged for years and issues are not answered. Is there any viable alternative?
## *What* is wrong? The reference page at https://doxdox.org/gpujs/gpu.js/ shows Application error I'm new to gpu.js & having difficulty finding resource to learn the details
[API reference link ](https://doxdox.org/gpujs/gpu.js/) is returning Application error. Is it possible to fix this or is there other documentation available?
I'm trying to generate an unknown-length array, from an input image or 2D array. I want to distribute data using a **noise** image, for example: For every white pixel ->...
 ## *What* is wrong? When using a javascript `with` statement, you get `Error: unhandled type "WithStatement"` ``` Error: unhandled...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
[](https://media.tenor.com/94yCgvi1YwEAAAAC/attention-hello.gif) ## *What* is wrong? Kernels are created without setTactic function and tactic field. I need this to set to high precision so that my noise function doesn't look like...