We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Has anybody written an embeddable P5.js code editor available under the GNU GPL? I'm trying to get a code editor up on a website for testing sketches.
Does anyone know if the source for the code editor used for the p5.js examples is available on Github?
Any suggestions are welcome. thanks!
Answers
Repo: https://GitHub.com/processing/p5.js-editor
p5.js online IDE: http://p5ide.HerokuApp.com/editor
p5.js web host: http://p5js.SketchPad.cc/
Thanks. That was incredibly useful and I'll be using that sketch pad later :).
I actually just needed a syntax helper like what's found on the examples on the p5js site. If anyone is curious I dug around in their source and it turns out they used prism.js.