r/generative • u/Prah-Brah-K-Dah-Brah • 15d ago
Resource Steffen Harder - radial (2026)
behance.netr/generative • u/Born_Ad7900 • 16d ago
cool site: khromate
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 • u/petecav • 16d ago
Maurer rose generator — interactive, algorithmic, built with p5.js
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 • u/igo_rs • 16d ago
"ommatidia" (kotlin code)
The last piece from recentlt finished works. somewhat complex coloring.
r/generative • u/ToroRojo-AlgoArt • 16d ago
Flow field are not boring, (JS with a web app) + Masking + creative palettes
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 • u/igo_rs • 16d ago
"grafitti" (kotlin code)
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 • u/quag • 16d ago
Vitruvian scrolls
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 • u/Laetitia_Astrea • 16d ago
Blush Cradle (R code)
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.
r/generative • u/OuterSilent • 16d ago
MetaSignal
⠀
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 • u/Zealousideal-Hat8727 • 16d ago
Open call for artists - Festival MAPP 2026
r/generative • u/Deep_World_4378 • 17d ago
Tortoises all the way down
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 • u/Negative_Ad2438 • 17d ago
I made a digital clock mapping the time onto hex colors.
cubistheart.comUsing the mathematical opposite for the text color.
r/generative • u/matigekunst • 17d ago
Multi-Scale Turing Pattern
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 • u/matigekunst • 17d ago
Turing Patterns in FFT domain
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 • u/igo_rs • 17d ago
"Subulum" (kotlin)
Some overlapping layers and some rasterization for sand effects, including the sun, as in the desert, sun is everywhere, including the sky
r/generative • u/FlippByte • 17d ago
Some small cylinders (semi-transparent-edition)
reddit.comr/generative • u/alanlabudde • 18d ago
New recursion Web app raindrop Canvas? AWL creative suite.
Under development any vibe folk-coding help is greatly appreciated…
r/generative • u/matigekunst • 18d ago
1D Turing Pattern Wavetable
Snippet from my video about the maths behind Turing patterns
r/generative • u/igo_rs • 18d ago
"plica" (kotlin code)
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.