Cloud Fractals, Blooms, and Spinning Parametrics

Generative Arts Weekly #006

Chris Ried
Generative Art Weekly
7 min readNov 30, 2020

--

This article was originally published at this link

“The greatest value of a picture is when it forces us to notice what we never expected to see.” -John Tukey

Hello friends,

I hope that you all have had another amazing week being creative.

The quote is special to me as it identifies why information (e.g. pictures, data, equations) is so beautiful. There is always something unexpected to be seen. Take for instance a cold set of functions:

To generate a complex structure like this:

A bunch of you have left feedback that you want to see more code; and so I have added a section called “Snippet of the Week” in which I will highlight shorter pieces of code that inspires me to further play with it and mutate it to being something else.

I have spent much of my free time reading, playing with new codebases to find more intuition and various ways to express beauty through art.

You will also find several articles using different frameworks that will help you find the right tool to express yourself.

May it be through Go Lang, R, or Rust. There is always a language for you.

That being said, it is a wonderful time we live in that provides the tools of expression making it accessible to any developer in the language of their choice.

Happy Creating!

Chris

It takes simple and makes beautiful; or really unexpected when you have first created or noticed what is happening. Add a little more chaos to the system and you have more.

What fascinates you?

The snippet of the Week

The following was written in Processing and is a set of parametric equations spinning in 3D space. All of the equations are coming out of the book Morphing. I’ve also started a little repo on Github that I’ll contribute to and slowly build into a library of shapes to use for inspiration and boiler for future projects.

Inspirations

Caleb Ogg

I’ve been a fan of Caleb’s work for a while now. He has a muted palette of colors that he uses and will always plot the works he has done.

Instagram

Twitter

🖌️ Unconventional Media

John Edmark’s sculptures are both mesmerizing and mathematical. Using meticulously crafted platforms, patterns, and layers, Edmark’s art explores the seemingly magical properties that are present in spiral geometries. In his most recent body of work, Edmark creates a series of animating “blooms” that endlessly unfold and animate as they spin beneath a strobe light.

📸 Generative Graphics

Processing art tutorial Ep.2 | GRID 02

This video is part of the “How to draw with code” series. The Processing art tutorial uses for loops, arcs and stroke weight.

🏛️ Exhibits / Installations

Stock Exchange

“Stock Exchange” is an artistic installation, which was commissioned by DIP INC, to setup in its art fund launch event in UCCA (Ullens Center for Contemporary Art) in Beijing. All three LED screens displayed the visual works purely generated by computer programs. Although the visual patterns are pre-set, the variations of the movement of the elements are randomly produced and will never be repeated. This piece represents the unpredictability of the ever-changing stock market and the excitement brought by it.

🚤 Motion

Definitely check out @MacTuitui

🎨 Functional Art

The following section I’ve added as I think it is imperative to highlight that aesthetic and functional can below in the same household. Moving forward, you will see inspirations within the world of data vis, and the like find its way into the following section.

This burgeoning community helps people build stunning data visualizations.

Creating sophisticated data visualizations may not be for everyone, but a startup called Observable is trying to make the process a bit less impenetrable.

Observable provides a free website for creating complex graphs, charts, and other visual representations of data, such as face mask adoption in the United States or an Electoral College decision tree for the U.S. Presidential Election. While it requires some coding knowledge to use, it also lets anyone take an existing visualization and modify it for their own purposes, either by changing the visuals or plugging in their own data. That means people can start learning the ropes just by playing around with what’s already been made, and even the coding part scares you off, you can still visit Observable’s website to absorb its impressive graphics.

From the creator of the javascript library D3, Observable is a live coding platform with the mindset of data analysis within a document called a notebook. I’ve found it a great way to practice working with Javascript libraries to tell a data story and give the user the ability to work with the data to understand better.

🔖 Articles and Tutorials

Exploring fractals on a cloud computer

I’ve always been curious about fractals, and the book I’m reading uses fractals in an example. I started playing with the example, and found it a good chance to see how much faster a powerful cloud computer can render a fractal than a modest laptop.

P5 (Processing) in Golang

p5 is a simple package that provides primitives resembling the ones exposed by the p5/processing library.

To show the simplicity of the package, it will be more similar to OpenFrameworks and Nannou in terms of speed. However, beware, this is an early stage piece. It has much work, but it does appear in active development. Give them a shout out if you want to further support and help develop the package.

The above code displays a basic circle randomly jumping across the screen. So it doesn’t do anything, but it provides an idea of what it can do.

Tutorial covering the Rust programming language and the the Nannou creative coding framework. We re-create the Mystify screensaver that appeared in Windows 3.1.

Nannou is a newer creative coding framework written in Rust.

Animating with AI

In this video, I use the AI systems Ganbreeder and GANtools to create psychedelic morphing animations. A generative adversarial network (GAN) is a class of machine learning systems

Getting Started with Generative Art in R

Generative art represents the involvement of a human-independent system (such as an algorithm) in a creative process. Such a system is a key element within the creative process, including its outputs .Unsurprisingly, there are many “tools” you can use if you want to delve into generative art. In case you want to have “hands-on” experience in R, there are two basic directions you can go.

Disc Transport

A technique borrowed from Optimal Transport (OT) can help to compute force layouts much faster (and with less parameter tweaking) than the traditional multi-body repulsive approach.

One useful skillset is to read through algorithms and then re-implement in one’s own systems to find novel ways to create generative algorithms. Above is an example of using an algorithm to implement a more efficient repulsion system.

Courses

Advanced Creative Coding with WebGL & Shaders

Go deeper into creative coding and 3D graphics programming using WebGL, ThreeJS, and GLSL. In this course, you’ll learn 3D vectors and shader effects. The skills you’ll learn apply to many fields, including AR/VR, game development, interactive installations, media art, and more.

Books

Earlier this week, I had put together a list of generative art books in a format in which I continue to add new books as I come across them. So check them out regularly!

Send me your inspirations…

--

--

Chris Ried
Generative Art Weekly

I’m a generative artist and data scientist who is interested in web3 and creators. Recent founder of Cbayes Media Labs.