We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi all, Is there a similar option to the text area of controlP5 in p5.js? It is simply a text area with a scrollbar. Unfortunately with text() option it only appears the text that fits the area you have set before but not more.
Thanks!
Answers
Maybe try out those DOM createSomething() functions: :-/
http://p5js.org/reference/#/libraries/p5.dom
For other options go w/ createElement(): http://p5js.org/reference/#/p5/createElement
Then pick 1 from here: https://developer.Mozilla.org/en-US/docs/Web/HTML/Element