gpu.js
gpu.js copied to clipboard
Offering a couple (stable) gpujs utilities for others!
Hey everyone! I am absolutely in love with gpujs and I hope as WebGPU rolls around that it receives more well-deserved support updates. Anyway, I've been using it in several projects and I have produced a couple utilities for working with it using a stable version of gpujs. Hope this helps others!
GPUjs wrapper:
gpujsutils
Easy-to-use Web Worker/Multithreading library with GPUjs demonstrations. You can see a coherence DFT algorithm running in the html example which does the dfts on gpu. We can use it for real time signal processing in-browser.