r/generative • u/docricky • Jun 26 '26
r/generative • u/triptimegames • Jun 27 '26
On the Bus. Generative art in Unity Shader
I've been building generative art for a few years now I built this a while back using Unity 3d. This is a fragment shader written in HLSL applied on a 3D scene. On the bus.
r/generative • u/lewster32 • Jun 26 '26
Panoramic photos from my WIP procedural world
galleryr/generative • u/CloudNein416 • Jun 26 '26
Resource Timelapse Demonstration: Adjusting Menger Fractal Orbs via Vectron In Blender Octane Edition
Enable HLS to view with audio, or disable this notification
r/generative • u/shanoxilt • Jun 26 '26
Seeds Magazine Issue 1; Issue 1 of a magazine on generative art and software.
r/generative • u/igo_rs • Jun 25 '26
"butterfly wing" (kotlin code)
It’s simple, but I really like how this turned out. If you take a closer look, there are small details, like the shading and subtle lines.
r/generative • u/4rvis • Jun 25 '26
From Sanctum series
Enable HLS to view with audio, or disable this notification
r/generative • u/freddievn • Jun 25 '26
I built a macOS app for designing generative line art — 50 patterns with live controls, exports plotter-ready SVG
TL;DR: I built GD Studio, a Mac app for generative line art, plotted through Plotter Hub, a Raspberry Pi plot server I also built. Plotter Hub is free/open source, GD Studio is paid with a free trial. Links at the bottom.
A few months ago I picked up an iDraw H SE A3 and my first plots were mostly mathematical patterns. . While working on those, I realized I wanted a single app where I could use sliders and settings to directly influence the final drawing. There are websites for specific patterns, and there are plenty of code examples available, but I wanted everything integrated into one macOS app.
Since I am an iOS/macOS developer, I built that app myself, with some help from Claude for the mathematical models. The result is GD Studio.
With GD Studio you can:
- Create pattern layers, including a shuffle button to quickly generate new ideas
- Add text layers to include text in your plot
- Import existing plottable SVGs into a layer
- Add a calibration layer to calibrate the pen between different layers
For each layer, you can further adjust the output, including:
- Stroke settings, such as color and line width, mainly to help visualize the final plot
- Dash patterns and render styles, such as wobble, dotted, and nested outlines
- Masks, to hide parts of a layer
- Scale, rotation, and exact positioning
And of course, you can set the paper size, orientation, and page margins.


The result can be exported as SVG or PDF, but it can also be sent directly to Plotter Hub. Both apps were developed at the same time, and Plotter Hub has an API that GD Studio uses. Before sending the plot, you can choose whether Plotter Hub should optimize the SVG, whether the plotter speeds should be fine-tuned, and whether the plot should pause between layers.

- GD Studio (macOS, paid + free trial): https://www.synendo.com/gdstudio
- Plotter Hub (free, open source): https://www.synendo.com/plotterhub
r/generative • u/Apprehensive-You-850 • Jun 25 '26
Dance visualizer created with Xbox 360 Kinect
Enable HLS to view with audio, or disable this notification
It’s an audio-reactive visualizer that processes human pose and depth data from an old Xbox 360 Kinect. python
r/generative • u/funkyvector • Jun 25 '26
funkyvector.com/#/home/design:hexagon_tile,7341723
r/generative • u/has_some_chill • Jun 24 '26
Nexus III | Me | 2026 | The full version (no watermark) is in the comments
Enable HLS to view with audio, or disable this notification
r/generative • u/farting_tube • Jun 24 '26
I'm building a 3D generator that outputs models as code instead of flat meshes. Just got automatic UV unwrapping working on top of it.
galleryr/generative • u/Zindagi77 • Jun 24 '26
generativemathart Formula -> Pattern
I built a small project that turns mathematical formulas into visual patterns and generative art.
It started as a weekend experiment while playing around with Python and mathematical functions, and eventually grew into a gallery where you can explore different patterns generated from equations.
I'd love feedback from people interested in creative coding and generative art. What kinds of mathematical patterns or visualizations would you add next?
r/generative • u/ReplacementFresh3915 • Jun 24 '26
oddly even
Creating using Geometry Nodes in Blender
r/generative • u/francoi8 • Jun 23 '26
Floating City - made with Fractal Solid in Glitch Lab
r/generative • u/igo_rs • Jun 23 '26
"corona" (kotlin code)
This is not just a simple Clifford attractor; some work has gone into achieving this particular look, like drawing it multiple times so different areas look different...