ドキュメントオブジェクトモデル(DOM)は、ウェブページの結果としての構造を表します。p5.jsのフォーム要素を使用すると、createInput()、createSelect()、および createRadio() のように、セレクト、入力、または ラジオボタンを介して送信された情報を取得し、その情報に基づいてDOMを更新するさまざまな方法を構築できます。
フォーム要素: Created by Prof. WM Harris. Revised by Kasey Lichtlyter. From 2024 onwards, edited and maintained by p5.js Contributors and Processing Foundation. Licensed under CC BY-NC-SA 4.0.
You can find the code history of these examples here: pre-2023 code, 2023 code. You can suggest improvements by contributing to the current website!