My Blog: projects, sketches, works in progress, thoughts, and inspiration.

Tagged: generative graphics

My anemone piece needed a little color. Here are a few more renderings and a video of the system running. I’ve also added a few more objects to my particle script including particle generators, attractors, and repellers. A faint circle of somewhat random size around each particle gives a little texture in empty space and pushes back older tubes by overlaying a dark texture.

anemone color 1744

Read On »

Read On (Post Continues) »

This is the result of my attempt to create a variation of my line wave script which waves in two dimensions. I started anew and used some particle systems I’d started a while ago. With a spring class which holds two particles together all the particles could be chained together. Hiding the particles and springs and wrapping the particle loop in a shape method with a curve vertex for each created a wobbling line. Without a background function the line continually drew each frame on the screen.

It’s not exactly what I had in mind, but I like how it turned out. I have a few different variations I may post and will keep playing with it. I’ll also have a few desktop wallpapers available from this script soon as soon as I decide how to set up and organize a wallpaper section on my site.

processing_particle_system_ribbon_3

processing_particle_system_ribbon_4

Read On »

Read On (Post Continues) »

Continuing with particle systems in Processing I stumbled upon some effects I’m very happy with. Although it wasn’t exactly what I was trying for at the time but have an aesthetic which is very interesting to me. The path of each particle is drawn at each frame with a semi-transparent circle, gray with a white border. The way the circles overlap create a pseudo 3d effect which reminds me a lot of an electron scanning microscope.

processing_particle_system_anemone_1

Read On »

Read On (Post Continues) »

Initially this script replicated some drawings I have been working on in my sketchbook. Although it’s very meditative to create such drawings I feel the interesting aspect is the form and texture that emerges from the repetition of the simple process. Creating a script to replicate this system allows the work to be detached from a particular composition and focus on these aspects which interest me. It also allows for the image to be animated.

The script is written in Processing. Each circle buds new circles at random angles. The new circles grow until the hit they collide with another. The color of each is a slight variation of it’s parent.

processing_cell_cluster_2

Read On »

Read On (Post Continues) »