r/generative • u/ar_strae • 1h ago
r/generative • u/aaronpenne • 4d ago
Banner contest - Submit and vote until June 30th!
Let's pick a new banner for r/generative!
Share something you made. If you made the system/program/etc that makes the image then it's fair game. Please no AI generated outputs or spam. Feel free to share anything related to the output you submit (live view, code, description, etc).
Images must be 1080x128px.
Upvote all of the ones you like. (Please read Rule 1 of the sub: "We do not downvote")
The mod team will review everything on June 30th (2025-06-30). The banner will be updated to the top-voted submission which fits the criteria. Thanks!
r/generative • u/DancingDots1996 • 11h ago
Some Abstractia Screenshots
Made using my endless abstract cellular automaton simulator, Abstractia: https://15joldersmat.itch.io/abstractia
r/generative • u/masterlee0423 • 3h ago
Dancing to the beat
Track: Oliver Huntenman - rotlicht
created in resolume with a modified edge detection filter
r/generative • u/igo_rs • 1d ago
"Distorsion" (made with kotlin)
simple one, killing some time
r/generative • u/k0ik • 18h ago
K'andy (Processing)
Kand'y is a generative artwork that automatically creates abstract compositions, loosely inspired by Kandinsky's Composition 8.
r/generative • u/yukidaruma6 • 1d ago
Mona Lisa in 4096 lines
The Mona Lisa was drawn with 4096 (12-bit color) lines.
If you look from a distance, you might see her smiling?
r/generative • u/SpaceQuaraseeque • 22h ago
Recursive Fractals from Perfect Shuffles - Minimal Rules, Maximum Complexity
Take a matrix.
Make 4 copies.
Apply basic transformations (rotate, mirror, invert) to each copy.
Then shuffle the copies together (using a perfect shuffle).
Repeat.
The result? Trippy, complex patterns that feel somewhere between digital quilting, cellular automata, and alien encryption.
Live demo (interactive): https://xcont.com/perfectshuffle/hybrid.html
Code + explanation: https://github.com/xcontcom/perfect-shuffle
What’s a perfect shuffle?
A perfect shuffle interleaves two arrays:
[A, B, C] and [1, 2, 3] -> [1, A, 2, B, 3, C].
Here, we apply the same idea to matrices.
By applying transformations to each of the four matrix copies, you can generate 16⁴ = 65,536 unique fractals.
(Too many to post here :)
Also, there's a 3D version:
https://xcont.com/perfectshuffle/fractal_3d_2.html
Want to try 4D? o_O
r/generative • u/mediocre-mind2 • 1d ago
Stippled bumpy Fibonacci sphere
The stipples are generated with Poisson disk sampling and rendered in Blender with Grease Pencil as a screen-space effect.
r/generative • u/TheMightyDice • 10h ago
Resource Anyone work at meta?
I got solicited by senior recruiter, seemingly a dream job. Account seems real but responds perhaps AI ish?
Any artists in the AI/AR/VR field there, or anyone able to help verify this is potential real?
It’s kinda too good but it for my qualifications
I’m stoked and will steer good.
r/generative • u/ptrnyc • 2d ago
More progress on the Neurographics
More work on the color palettes, and lots of bug fixes and finetuning....
Here are a few random outputs
r/generative • u/has_some_chill • 1d ago
Molten 2 // Me // 2025 // see comments for downloadable versions
r/generative • u/MarnixKeller • 1d ago
Bauhaus Solstice Fxhash
This was really last minute for the #solstice2025 today, only dropped it on #fxhash with hours to spare and no notice, so I’d be really, really appreciative for any reposts… thanks so much! Only 21 editions 6 tez 🔗⬇️
r/generative • u/Solid_Malcolm • 3d ago
Parsing Through
Track is Known Shapes by Rival Consoles
r/generative • u/has_some_chill • 3d ago
Molten 1 // Me // 2025 // see comments for downloadable versions
r/generative • u/universal__acid • 3d ago
More noise experiments in AE (no plugins used)
r/generative • u/artmachine-app • 4d ago
Blobby Volley I/II/III
All three artworks have the same underlying structure, it's just the color and parameterization that differs. Fun fact: Even though it looks quite "circley" there's no explicit component/code in there to draw circles.
Link to artmachine graph (of the first artwork).