gpujs / gpu.js

GPU Accelerated JavaScript
https://gpu.rocks
MIT License
15.04k stars 646 forks source link

Offering a couple (stable) gpujs utilities for others! #736

Open joshbrew opened 2 years ago

joshbrew commented 2 years ago

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.

magicworker