I would like to use the p5.js Web Editor for introducing programming in 2 courses at my school. Unfortunately, I only get an empty page (it contains some divs that are not displayed) when I try to load the editor with Firefox. There seem to be no problems with our school filter and our school’s IT admin told me that Javascript is activated.
Could you please tell me, which requirements are needed for the p5.js Web Editor to be displayed / run in a browser (Firefox)?
Since school starts again next week, I am getting a bit nervous, so I would be really glad if I could get a fast answer.
Thank you very much for your input. I found the problem today and it was the Firefox version. Checking the errors hinted that html5 and css3 were not supported. Since that seemed really strange I checked the version and found that it was 22.0. I looked that up in the version history and it is from 2013, before html5 was supported by most browsers. At the end of last term Firefox was more or less up to date. In the summer vacations a “new” image was installed on the 500 school computers… Unfortunately, we teachers do not have any rights for installing or updating software, so this will be an “interesting” start…
I think you should probably try to get your browsers upgraded. Not just for the P5.js editor, but for general sanity.
But if for whatever reason you can’t update them, it’s worth noting that the P5.js web editor isn’t strictly required to edit P5.js. It’s perfectly fine to use a basic text editor, or the Processing editor itself, to edit P5.js code.
Shameless self-promotion: here is a guide on different editors that can edit P5.js: