Just making the move to p5.js from the Processing IDE… and have also been using the now deprecated/old P5 editor.
I am wanting to code if possible without any internet access, so is it possible to have a local copy of the new web editor … or does it always require an internet connection?
Observations
The p5.min.js file version in Processing 3.53 IDE (installed p5.js mode) is /*! p5.js v0.7.3 January 20, 2019 /
The p5.js file version from p5.js site is /! p5.js v0.8.0 April 08, 2019 */
I just thought I would ask here…
How do I update the Processing IDE version to the latest?
So … do all these replies mean that using the Processing IDE in in JavaScript mode is equivalent to using p5.js online as long as index.html points to the latest p5 library?
Thanks for all ideas
Gone for Visual Studio Code in the end. Seems nice so far to work with for p5.js and has support via plugins for Dart/Flutter that are also on my ‘try soon’ list