One of the most challenging aspects of learning programming is to find engaging examples that are not only fun and impressive but also illustrative of the subject matter at hand. Once you get the hang ...
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 ...
One of the most challenging aspects of learning programming is to find engaging examples that are not only fun and impressive but also illustrative of the subject matter at hand. Once you get the hang ...
こんにちは。E.C.H(えいいち)です。 普段p5.jsで作品づくりをしていますが、展示会などで自分のSketchを走らせる場合、シェルのhttpサーバーを用意、Google Chromeなどを使って表示するのは少し煩雑なので、Electronというフレームワークを使ってデスクトップ ...
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 ...
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 ...