Processing

Processing Code Examples: Creative Coding Fun! Modifying Published Processing Sketches

This is an example of a modification of a published Processing code, in which the particles appear to autonomously divide into groups of di...

28 May, 2025

Connect the Perlin noise neatly using polar coordinates : Creative Coding Cooking in 3 Minutes

Here's a quick 3-minute read on creative coding. We'll be looking at how to draw diagrams with a smooth color changes along an ar...

4 May, 2025

I misunderstood the Julia set.

I misunderstood the Julia set and ended up creating something completely different. I'm not sure what to call these drawing results, b...

7 May, 2023

In admiration of Robert Delaunay.

Robert Delaunay is one of the pioneers of abstract painting. He left us with various fine artworks, and I love them. Robert Delaunay, 193...

19 Feb, 2023

My artwork made by copying "4900 Colors" by Gerhard Richter.

Mr. Gerhard Richter is considered a master of modern art. Let me show you my artwork made by copying his work with my p5.js/Processing code...

19 Dec, 2022

Creative coding color study : Gradients

I've been impressed by the sight of the morning glory. Many colors weave complex gradients minutely and capriciously. How can I draw th...

16 Dec, 2022

Hand-drawn canvas with Processing/p5.js

Are you tired of using a square canvas in your creative coding? So I would like to make a hand-drawn canvas with Processing/p5.js. I refer...

20 Oct, 2022

Control the color of the shadow with a Processing filter(BLUR).

I tried to control the situation the Processing filter(BLUR) function produced a black shadow. 👉 この記事は日本語でも読めます。

12 Oct, 2022

My loving Processing must get over the p5.js drawingContext!

You can easily make your 'p5.js' sketch rich by using 'drawingContext'. I'm mostly using 'Processing'. I'...

28 Sep, 2022

Draw lines between nodes placed on the circumference.

The 'Node Garden' is the one of simple techniques of creative coding. It creates a beautiful pattern with a simple code. I made ex...

7 May, 2022