gpujs / gpu.js

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

unable to get gpujs work with deno #773

Open tchereau opened 1 year ago

tchereau commented 1 year ago

A GIF or MEME to give some spice of the internet

What is wrong?

Can't use it with deno` image

Where does it happen?

When trying to load it with deno using import "https://unpkg.com/gpu.js@latest/dist/gpu-browser.min.js"

How do we replicate the issue?

Create a js file, put import "https://unpkg.com/gpu.js@latest/dist/gpu-browser.min.js" inside then run deno deno run index.js

How important is this (1-5)?

5 : just can't use it, it's doesn't work at all

Expected behavior (i.e. solution)

make it compatible with deno

Other Comments

Have a great day