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 ...
結論としてはprocessingのIDEを入れてPythonモードというのにしたら動かせたのだが、釈然としないので背景を知りたい。 Python Mode for Processing, or Processing.py is a Python interface to the underlying Java toolkit. It was chiefly developed by ...
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 ...
プロローグのnoteで解説した通り、この章で取り上げる画像認識の機械学習についてはこの英語のYouTubeビデをベースに進めます。 これから何回かにわたって手描き画像認識サイトを作りながらプログラミング体験をやっていきますので、英語学習に興味が ...
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, ...