p5.jsを自分のパソコン(ローカル環境)で使えるようにすると、インターネットに接続していなくても制作ができたり、複雑なプロジェクトを管理しやすくなったりと、多くのメリットがあります。 初心者の方でもスムーズに設定できるよう、最も一般的で ...
ゲームを作る時などデータをまとめて使いたい場合は配列を使うと便利なことがあります。配列の使い方をまとめてみます。 配列 (Array) は、複数のデータを一つの変数名にまとめて保持するための強力なツールです。プログラミングにおいて、似た種類の ...
Last week I introduced the concept of generative art, P5.js, and some of the setup woes with P5.js. I left you with a scaffolding repository that gets all the project setup headache out of the way, ...
In the last few weeks, we’ve introduced P5.js and used it to generate a textured paper background and a relatively underwhelming (but fun!) representation of watercolor. In this post, we’ll discuss ...