processing / p5.js-web-editor

The p5.js Editor is a website for creating p5.js sketches, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else! You can create, share, or remix p5.js sketches without needing to download or configure anything.
https://editor.p5js.org
GNU Lesser General Public License v2.1
1.41k stars 1.35k forks source link

Bug fixed for Cannot create SharedArrayBuffer #3218

Closed Noorain464 closed 3 months ago

Noorain464 commented 3 months ago

Fixes #issue-number:Cannot create a SharedArrayBuffer #2094

Changes: Screenshot from 2024-08-11 18-09-06

Screenshot from 2024-08-11 18-25-52

I have verified that this pull request:

raclim commented 3 months ago

Thanks for your work on this!

It seems that the solution here is similar to the one provided in an earlier PR, which I closed since it didn't seem to entirely work, and I'm not able to do it here either.

Based on the example code provided in the issue, it seems like this is what is supposed to happen when it's working, which also doesn't seem to appear in the screenshots you've provided.

Screenshot 2024-08-12 at 12 15 08 PM

Since we've closed a PR with a similar solution to this, I'm going to close this one as well. I'm sorry that we couldn't get this in, but please feel free to reopen this with any updates!