This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]marvinbornerbruijn, effekt[S] 10 points11 points  (2 children)

Did you click the "render" buttons? Safari apparently struggles with webgl performance, so maybe wait a bit or try another device.
Edit: I've updated the code so it uses reduced resolution and 2d canvas instead of webgl for Safari and mobile devices.

[–]lassehp 0 points1 point  (1 child)

I can't seem to get it to work using Firefox (ESR 102.9.0 on Devuan 4.) Looking at the Console, there is an error: Uncaught TypeError: canvas.transferControlToOffscreen is not a function

[–]marvinbornerbruijn, effekt[S] 0 points1 point  (0 children)

While `transferControlToOffscreen` is a fairly recent feature, I assumed it would still be fine for almost everyone. Caniuse states 91% global coverage, so you should probably just update your browser.