Skip to content

Commit 4d49d88

Browse files
authored
Create README.md for p5.js mode
1 parent 91effd4 commit 4d49d88

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

p5js/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# p5.js Mode
2+
3+
## Installation
4+
5+
Currently, installing by double-clicking the released `.pdex` file is not working. (Tested with Processing 4.4.7 on MacOS; error says `Could not find mode in the downloaded file.`) But you can rename `p5js.pdex` to `p5js.zip` and unpack that archive into the Processing sketchbook folder; `~/Documents/Processing/modes/p5js` under MacOS. Next time you start the PDE, you have a new p5.js mode in the dropdown.
6+
7+
The console of the PDE is not very vocal about what is happening behind the scenes of the p5.js mode, at the moment. That’s why I suggest to start the PDE via the command line with `DEBUG=true /Applications/Processing.app/Contents/MacOS/Processing` to get the full debug logs. Once the console says `Done in … with pnpm` you can start running your p5.js sketches inside Processing.

0 commit comments

Comments
 (0)