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 ...
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 ...
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 ...
このチュートリアルは、プログラミングが初めての方でも、ビジュアル表現を楽しみながらJavaScriptの基礎を学べるように構成されています。 クリエイティブ・コーディングのためのライブラリ「p5.js」を使い、図形を描いたり、色をつけたり、動きを加え ...