結論としてはprocessingのIDEを入れてPythonモードというのにしたら動かせたのだが、釈然としないので背景を知りたい。 Python Mode for Processing, or Processing.py is a Python interface to the underlying Java toolkit. It was chiefly developed by ...
今回は、自己流で勉強しているp5.jsと、先日の勉強会で出たJavaScriptの課題をコラボして学校の1周年記念パーティーまでのカウントダウンページを作成し、初deployまでしました これを表示させています。 まずは、index.htmlにhtmlとJavaScriptで ...
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 ...
I’m Kit, and I’ve joined the Processing Foundation recently as project lead for p5.js! I am so excited to be part of this amazing community, and to help bring the vision of p5.js 2.0 to completion. In ...
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, ...
A simple Connect Four game where a player competes against a computer. The game is built using p5.js and features a graphical interface with an interactive board. The objective is to get four of your ...