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は2Dや3Dで描画する作業を簡単にするJavaScriptのライブラリです。 ブラウザの中に何かを描く場合、実際のお絵描きで紙などが必要となるように、まずは紙に相当するCanvasを作ります。 ここに様々なものを描いていきます。
When you write p5, you are doing what is called "client-side" programming. The JavaScript code we write is executed by the browser itself and runs on the user's local computer. For controlling the ...
結論としてはprocessingのIDEを入れてPythonモードというのにしたら動かせたのだが、釈然としないので背景を知りたい。 Python Mode for Processing, or Processing.py is a Python interface to the underlying Java toolkit. It was chiefly developed by ...
Last week we created a textured paper canvas and got a healthy dose of the P5 API and JavaScript’s Math.random() function. This week, we’re going to look at a specific element of watercolor to see if ...