BTW, ChatGPT knows P5js pretty well. You can ask things like, "Write a P5js app that draws a sine wave and lets me control the phase." and out pops a working program with a slider to change the phase of a plotted sine wave.
I was cutting and pasting big chunks of code between the P5js editor and ChatGPT in both directions. It would be super handy to have some sort of online P5js editor with ChatGPT integrated.
4 comments
[ 4.8 ms ] story [ 29.1 ms ] threadI used this to build a design tool to create an irrational phased balanced rotary magnetic bow. https://editor.p5js.org/spDuchamp/full/zgtkE2xik
https://twitter.com/CommonStef/status/1654663207707979776
I was cutting and pasting big chunks of code between the P5js editor and ChatGPT in both directions. It would be super handy to have some sort of online P5js editor with ChatGPT integrated.
Khan Academy Computer Programming "Unit 1: Intro to JS: Drawing & Animation" has ProccesingJS challenges. P5.js is the new ProcessingJS, and it's pretty much compatible. https://www.khanacademy.org/computing/computer-programming/p...