gpu.js
gpu.js copied to clipboard
GPU Accelerated JavaScript
## *What* i am working at? I am developing a program to visualize voxel data by placing many canvases in space, my voxel data is stored as `[ [ Int16Array(2),...
Hello people, I was wondering if it's possible to do SH256 hashing with GPU.JS. If so, how would I approach this? Thanks in advance.
I have the cl file from vanitygen plus, and would like to work with it from JavaScript, as I don't know c, I started trying to convert the c into...
I want to use GPU.js as a compile target (for wikibinator203) and need to know which parts are deterministic and repeatable across (nearly?) all computers. For using the nondeterministic parts,...
With gpu.js is it possible to have kernel timings and info similar to tensorflow.js? [https://js.tensorflow.org/api/latest/#profile](https://js.tensorflow.org/api/latest/#profile)
 ## *What* is wrong? I am trying to simulate reaction-diffusion using my illustration library(ChelseaJS). But making a 512*512 SVG...
Currently, I am learning React.js, and to do so, I wanted to develop an Mandelbrot-Calculator for the browser with arbitrary precision. My current **working** kernel looks like this: ``` const...
## *What* is wrong? If using .setGraphical(false) , a warning appears ("Falling back to GPU") It is odd because false is the default value.... Is this behavior normal? ## *Where*...
## *What* is wrong? I am trying to write a continuous simulation loop on canvas, using gpu.js. The idea is to: 1. Generate an initial `w * h * 4`...
 ## *What* is wrong? (Warning from Line 14967) WebGL: INVALID_VALUE: enableVertexAttribArray: index out of range (Warning from Line 14968) WebGL: INVALID_VALUE: vertexAttribPointer: index out of...