p5.js-web-editor icon indicating copy to clipboard operation
p5.js-web-editor copied to clipboard

Website won't work

Open valayiahb933 opened this issue 2 months ago • 2 comments

p5.js version

No response

What is your operating system?

Windows

Web browser and version

No response

Actual Behavior

I had a very long code saved, but every time I try to go back to the code, the website says unresponsive. I've tried starting a new one with the same code but it sill doesn't work. Even when I paste only half the code, it still says unresponsive.

Expected Behavior

It's not suppose to say unresponsive.

Steps to reproduce

function setup() { createCanvas(600, 600); }

function draw() background("#5A39A3");

// for loop for (let i = 0; i < 600; i+20) { console.log("change in i value", i) }

// arcs

fill("#562174") strokeWeight(8) stroke("teal") arc(0,0,600,600,0,90)

fill("teal") noStroke() arc(width,height,600,600,179,270)

// mic fill("black") noStroke() rect(10,120,180,43,12)

fill("rgb(138,138,138)") circle(200,140,66)

fill("rgb(90,90,90)") rect(160,120,15,43)

valayiahb933 avatar Nov 12 '25 14:11 valayiahb933

Hi! @valayiahb933 , could you please provide corrected code as there were syntax errors in this code. And also I have tried to reproduce the same issue in my local as well as on live it was working fine. Could you provide more context to the issue could it be due to some specific browser or something like that.

Yuvaan1182 avatar Nov 20 '25 16:11 Yuvaan1182

Thanks for opening the issue @valayiahb933 and for taking a look @Yuvaan1182! I wanted to check in and see if this issue was still happening!

raclim avatar Dec 05 '25 21:12 raclim