For the last few years, I’ve been running into presentation after presentation on generative art, meaning art created with code. Two talks at the Strange Loop 2018 conference in September were the ...
p5.jsを自分のパソコン(ローカル環境)で使えるようにすると、インターネットに接続していなくても制作ができたり、複雑なプロジェクトを管理しやすくなったりと、多くのメリットがあります。 初心者の方でもスムーズに設定できるよう、最も一般的で ...
書籍『p5.js 包括的チュートリアル ── 初心者から上級者まで ──』(河合勝彦著) の応用編で作成した 5 種類のゲームの ...
ゲームを作る時などデータをまとめて使いたい場合は配列を使うと便利なことがあります。配列の使い方をまとめてみます。 配列 (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, ...