Making an interactive Form Inputs on P5.js

@Abbeysoft You might want to look into the P5.dom library, especially the createInput() function.

Also note that since P5.js is just JavaScript, you can get the value of an HTML input element using normal JavaScript as well. Googling something like “javascript get value of input element” will return a ton of results.

3 Likes