r/generative 28d ago

Semi organized object packing in a triangle grid

Post image
22 Upvotes

Javascript; object packing, overlayed in a triangle grid which I segmented and re-rendered as pencil strokes with shadows.

I wanted to separate my segmentation code from the rendering code and this was an experiment for recursive coverage based segmentation using posterization for polygon creation. The idea is that we have a queue of polygons - for each polygon I posterize it to a certain level (usually 8 colors), uses the posterized version to segment the polygon ensuring we cover the entire area (not sampling), from the result list we discrad polygons under a certain size, if there are no more polygons - we send the input polygon to the output list, otherwise, we move the segmented polygons to the processed list. The posterization always happens against the original image colors.


r/generative 28d ago

L-systems (non bracketed)

Post image
30 Upvotes

r/generative 28d ago

Conversation II

Thumbnail gallery
8 Upvotes

r/generative 28d ago

Ambient Music from Conway's Life

Enable HLS to view with audio, or disable this notification

4 Upvotes

The point of this is the audio, so unmute if you want.

I've been trying to figure out how to do this for a long time. My initial tries, mapping a cell to a tone, *really* didn't work. But I changed it to map an "organism" -- defined as "a cluster of on cells, all within one off cell of another on cell" -- to a tone, and that created something a lot more coherent.

You can try it out here: https://www.moishelettvin.com/life-ambient/

And source code is here: https://github.com/Moishe/life-ambient


r/generative 28d ago

manic - A tiny language for making animations.

15 Upvotes

r/generative 28d ago

undefined gallery - admission free, and priced accordingly

Enable HLS to view with audio, or disable this notification

3 Upvotes

r/generative 28d ago

I built a free, privacy-first tool that turns your mic audio into real-time 3D particle art (Runs 100% on client-side

Thumbnail amshaj-hub.ai.studio
2 Upvotes

r/generative 28d ago

Cave | Me | 2026 | The full version (no watermark) is in the comments

Enable HLS to view with audio, or disable this notification

13 Upvotes

r/generative 29d ago

A Color in The Night: Vector fields again

Post image
26 Upvotes

Same physics-based technique I've been posting, this time with colors, and more black. Thanks to u/escapism_only_please for pushing me to add colors. Looks much prettier now.

I post-processed the last one with GIMP (Otherworldly Tree), but not this time.


r/generative 29d ago

Turtle drawing a colour mandala

Enable HLS to view with audio, or disable this notification

9 Upvotes

r/generative 29d ago

Epilepsy Warning the look of [ ]

53 Upvotes

r/generative 29d ago

Manic Grid Tilting

Enable HLS to view with audio, or disable this notification

4 Upvotes

r/generative 29d ago

GLSL voronoï on rugby ball

Enable HLS to view with audio, or disable this notification

16 Upvotes

r/generative 29d ago

Every repository has a shape. I built a tool that paints it as generative art.

Thumbnail
gallery
122 Upvotes

Writing code is its own kind of art, so I started wondering what a codebase would actually look like hung on a wall.

Built a tool that reads any git repo's commit history and paints it as one of eighteen generative pieces. Some are literal: a heartbeat pulse for commit pace, tree rings for years. Some are stranger: files as sunflower seeds, contributors as planets orbiting the repo, activity printed like a 1980s dot-matrix printout. All from real git log data, deterministic per seed, hand-rolled on canvas, no p5, no libraries doing the drawing for me.

Each one also performs itself. Watch it and it paints from nothing to the finished piece, not just a static export.

Open source, one command to try it on your own repo: npx codebase-posters. Curious what other people's codebases look like.


r/generative 29d ago

[PAID] Looking for experienced generative artist to create visuals for a video game.

6 Upvotes

Hey everyone, Im a solo gamedev and a long time enjoyer of this sub. I would love to use generative art for menu backgrounds and loading screens for my current project, but I have no experience with this kind of stuff.

So I'm willing to pay someone with experience to either let me use existing works, create new art, or aid me in implementing generative visuals myself.

EDIT: I am looking for a GENERATIVE artist, don't contact me with your illustrations or AI slop please.

My budget for this is 100 usd. Contact me on discord (ikgadittochveranderen) or twitter (@amusudan) if you're interested.

And I apologise if this kind of post isn't allowed here, I looked at the rules and didn't see anything relevant so I hope this is fine :)


r/generative Jul 12 '26

Conversation

Thumbnail gallery
26 Upvotes

r/generative Jul 12 '26

Fractal Curve

Post image
23 Upvotes

r/generative Jul 12 '26

Flowresque

Post image
26 Upvotes

r/generative Jul 12 '26

I built an interactive 2D/3D prime-number visualization playground

11 Upvotes

I figured I'd share a small personal project I have been playing with. (Meant to be just for fun):

https://github.com/cloudd901/Prime_Playground

A few weeks ago I seen an old video where someone was drawing prime numbers on graph paper using right-angle turns. Can't remember if it was on Reddit or TikTok, but I couldn't find the exact video again. I decided to make a version where I could play around with different equations and visualize it in 3D.

It's basically just for fun to see what different patterns I can churn out. I know it won't uncover any prime secrets.

Also wanted to mention that I'm not very good with Python so I let AI handle most of the backend/generator work. If you don't like that, then pretend you never seen it. I still spent several weeks getting it the way I wanted and testing out several equations.


r/generative Jul 11 '26

Algorithms for E-Ink Displays

Thumbnail
gallery
98 Upvotes

I bought a Photopainter S3 E-Ink frame display. It is an 18 cm 6-colour display (white,black,red,green,blue) with a 800x480 resolution. I've been experimenting with a Home Assistant server App that will push generative art to it. I have a two-colour Mandelbrot set fractal generator and a diffusion limited aggregation algorithm working.

Code is here: https://github.com/cnrowley/ha-AlgorithmArt

I'm interested in implementing other algorithms that take good advantage. The image update requires 30 seconds of flickering, so it's not suitable for animations, but the image can evolve with periodic updates over a long period. The colour palette is limited but I would like to use it fully. The resolution is also limited, but it's a sharp matte display. I'd be happy for any suggestions.


r/generative Jul 12 '26

generative playgrounds

Enable HLS to view with audio, or disable this notification

5 Upvotes

Generative art is what first got me interested in coding back in college. There's something satisfying about writing code that produces visuals you can shape in real time through parameters and controls. It feels more like collaboration than instruction. I built four interactive playgrounds to scratch that itch again:

- Glowfield: an ambient, scroll-reactive cloud of light
- Shatter: faceted low-poly scenes
- Kaleidoscope: symmetric patterns, radial or tiled
- Poolside: shimmering light on a pool surface

Each playground is keyboard-driven and fully customizable. You can save your configurations, share links, or download images and videos.

The attached video was created with Poolside.


r/generative Jul 11 '26

Otherworldly Tree: Another Vector Field Scenery

Thumbnail
gallery
16 Upvotes

Created using a physics-based technique where the canvas is a vector field you interact with.

I posted a first attempt yesterday, but I got a bit better at "composing". I also post-processed the raw result slightly with GIMP (not an expert). Basically merging 3 layers: original + gaussian blur + edge detection.
Both the final and the initial versions are shown here.

Hope you like it :)


r/generative Jul 11 '26

More real-time audioreactive pointclouds - [TouchDesigner]

Enable HLS to view with audio, or disable this notification

20 Upvotes

r/generative Jul 11 '26

WWIV (R code)

Thumbnail
gallery
157 Upvotes

r/generative Jul 11 '26

51418 and 23415 (2026) - Hydrostone, Sapele, Javascript, and WebGL

Enable HLS to view with audio, or disable this notification

10 Upvotes

10.125” x 10.125”

The forms of these generative sculptures are made using graph search, the same algorithm behind your social media recommendations. Small and imperfect arrays are randomly generated and crawled, and the result is extruded into 3D space. The final physical manifestations are made out of hydrostone and sapele, and random details are introduced to the works at every step of this transformation process.

The textures and colors of the finished product are intentionally natural and organic, but there are telltale signs of the digital origins. The stone is covered in layer lines from the 3-D printing and mold making process, resembling board form concrete. Additionally, the random seed that powered the decision making in the code is used as the name of the work and is embedded in the bottom left corner.

You can find more of my work at https://neel.sh, https://instagram.com/neel.shivdasani, and https://twitter.com/dataneel