There’s some fun computational geometry in my latest artwork, and in this article I’ll walk through how I take a scramble of disconnected paths and turn them into closed shapes, using half-edges and a planar graph. Work in progress output Work in progress output Work in progress output Agent paths These images begin with a set of “agents” that draw paths. You can think of an agent as a dot that…
This series continues my explorations of the ways meaning can emerge from randomness. Each image is created using algorithmic systems that create the elements. There is an alphabet of symbols, a message generator and several approaches to glitch aesthetics. The result could be meaningful, or could be nonsense. This article unpacks the components of the system: how the symbols are placed and…
Over the past few weeks, I've been experimenting with painting in watercolours using my AxiDraw plotter. Watercolour is a medium I enjoy painting in (by hand) as a personal hobby, kind of separate from my public art making, so it’s been interesting to combine it with code. I’ve thought about trying this for a while but I was finally spurred on to do it after I visited Licia He ’s studio in April.…
I’m coding a system in JavaScript that generates sentences of “meaningful nonsense”. Here are some examples. I set off on this path because I’m working on a series of generative diagrams and I wanted them to have titles. Immediately I was drawn in by the effect of the diagrams next to the semi-nonsensical words. Since then, I have developed these diagrams a lot, including using my sentence…
My current generative artwork-in-progress includes text, but I don’t want to use a font. In browser based art work, using a “web safe” font could produce inconsistent results, while including a font file would mean a large file size. Additionally, I don’t want a visual element of the project to be something I didn’t create myself. Instead of using a font, I made my own path-based alphabet using…
A long-form generative art project coming to fxhash in partnership with FAB DAO on 11th Jan 2024. This series is inspired, in the abstract, by the images I visualise when reading about quantum theory. Particularly thoughts of particles spreading out as waves and then collapsing into particles again at a moment of interaction. At the quantum scale, classical ideas of space and form come apart,…
Forecast is a long-form generative art project released on fxhash on 16th Feb 2023. This article contains info about techniques and some rambling about concepts and emotions.
A good pseudorandom number generator gives an even distribution of results from 0 to 1 but sometimes in generative art we might want something different.
What’s the difference between unexpected, random and chaotic? Does the universe contain any truly random events, or is it operating like clockwork, ticking from one event to the next?