P5.js extension for Visual Code Studio error

Wow, thank you for all of the new resources on how to see more code examples as well as how to share code! I’m going to check out these links that you provided further in a moment!

I have another question, can you code javascript pj.5s in the Python mode on Processing 3.5.4, or are you referring to Processing 4 (PDE)?

If you wanna code the p5js flavor using Python syntax take a look at pyp5js:

However it requires we install Python in order to compile the sketch into JS.

Or have a look at the sketch I did in PyScript:

1 Like