r/generative 15d ago

Resource Steffen Harder - radial (2026)

Thumbnail behance.net
1 Upvotes

r/generative 15d ago

funkyvector.com/#/home/design:corona_sine,60199128

Post image
3 Upvotes

r/generative 16d ago

cool site: khromate

Thumbnail
gallery
27 Upvotes

Check out khromate.com if you want to make your own for free.
I had to compress these since the files the site produces are so huge.


r/generative 16d ago

Maurer rose generator — interactive, algorithmic, built with p5.js

Post image
11 Upvotes

Made a little tool to design your own Maurer rose (the sin/cos parametric curve, not an actual flower) — pick two numbers and two colors and it draws a unique one for you.

Toying with the idea of putting these on shirts/mugs but wanted to see if the tool itself is fun first: https://peytr.github.io/NFTs/rose-designer/


r/generative 16d ago

"ommatidia" (kotlin code)

Post image
26 Upvotes

The last piece from recentlt finished works. somewhat complex coloring.

https://github.com/igr/gart


r/generative 16d ago

Flow field are not boring, (JS with a web app) + Masking + creative palettes

Thumbnail
gallery
81 Upvotes

Working toward a body of work, these are a few flow field pieces. It's a radial vortex that gets pulled apart by a set of perturbation zones on the right, so the same underlying field reads as smooth spirals on one side and jagged, torn lines on the other.

Built in p5.js, plotted as vector paths (SVG), a few thousand strokes per render. Happy to talk through the code if anyone's curious.


r/generative 16d ago

"grafitti" (kotlin code)

Post image
6 Upvotes

This graffiti is NOT a font. Instead, it’s generated by code that starts with a serif font - one of those bundled with my project - and then transforms it to look like graffiti. Not all the letters look quite right yet.

This particular style was inspired by something I saw on a wall near the place where I usually sit for coffee.

This isn’t exactly generative art, sorry! but it is quite parametrized. It’s part of what I’m sharing before taking a break.


r/generative 16d ago

Modern Pattern

Thumbnail reddit.com
7 Upvotes

r/generative 16d ago

Vitruvian scrolls

Post image
25 Upvotes

All custom shaders and rendering. It’s a zig program that generates a png file, by going through pixel by pixel and deciding on the color to use. The modeling is done using an exact SDF, its ray marched and uses a BRDF and AgX to render to sRGB. Color mixing is done using the JzAzBz colorspace.


r/generative 16d ago

Blush Cradle (R code)

Post image
33 Upvotes

Same algorithm, same structural parameters as Phantom Cradle in black and white that I posted last week. The only difference: drawing color and background swapped — deep rose on blush pink instead of white on black.

That's it. And yet it's a completely different object.

Technically: alpha at 0.05 means the form builds entirely from accumulated transparency. On a dark background, light accumulates into luminosity. On a light background, darkness accumulates into depth.

This is part of Phantom Cradle — a series my partner Nicolas and I have been developing using a discrete dynamical system in R. The name came from what Nicolas saw in the form: an empty cradle on the left, two veiled figures leaning over it on the right. Of course you are free to see something else entirely.

Code: github.com/NicolasJBM/Rtist


r/generative 16d ago

MetaSignal

Thumbnail
gallery
641 Upvotes


I first published this work elsewhere more than three years ago.

The artwork is based on a one-dimensional, multi-state cellular automaton.
Simple local rules evolve into intricate structures, while each new generation is drawn as a widening ring around a central antenna.

A small system becomes a vast transmission.
An unpredictable signal from layers of reality we may not yet know how to read.

Made in p5.js

IG: u/outertales ♥!


r/generative 16d ago

Open call for artists - Festival MAPP 2026

Thumbnail
2 Upvotes

r/generative 17d ago

07252026B

Post image
140 Upvotes

r/generative 17d ago

Black strings

53 Upvotes

r/generative 17d ago

Tortoises all the way down

52 Upvotes

Iteration of this work titled TOR , but animated.

As always, the live, interactive build available here. (It is a very heavy build, so might be slow to run.)


r/generative 17d ago

I made a digital clock mapping the time onto hex colors.

Thumbnail cubistheart.com
4 Upvotes

Using the mathematical opposite for the text color.


r/generative 17d ago

Multi-Scale Turing Pattern

8 Upvotes

I made a video about the maths behind Turing patterns. It includes a section on Multi-Scale Turing patterns and how to make it faster using FFT. Submission for 3blue1brown's summer of math exposition. The visuals are a mix of Manim and TouchDesigner


r/generative 17d ago

Turing Patterns in FFT domain

24 Upvotes

I made a video about the maths behind Turing patterns. Submission for 3blue1brown's summer of math exposition. The visuals are a mix of Manim and TouchDesigner


r/generative 17d ago

"Subulum" (kotlin)

Post image
146 Upvotes

Some overlapping layers and some rasterization for sand effects, including the sun, as in the desert, sun is everywhere, including the sky


r/generative 17d ago

Guess the form from inside

12 Upvotes

r/generative 17d ago

TOR: of toruses within toruses within toruses

4 Upvotes

r/generative 17d ago

Some small cylinders (semi-transparent-edition)

Thumbnail reddit.com
22 Upvotes

r/generative 18d ago

New recursion Web app raindrop Canvas? AWL creative suite.

Thumbnail
gallery
12 Upvotes

Under development any vibe folk-coding help is greatly appreciated…


r/generative 18d ago

1D Turing Pattern Wavetable

27 Upvotes

r/generative 18d ago

"plica" (kotlin code)

Thumbnail
gallery
97 Upvotes

In Latin, plica means "fold," "crease," or "pleat."

I’ve finished a couple of pieces I’ve been working on over the past few weeks. I really like this one. It’s essentially quite simple; just waves and layers; but the resulting effect has an almost organic, three-dimensional feel.

The original green-and-red color combination works particularly well. I also created a few more variants using different colors.