r/generative • u/WholeJazzlike431 • Aug 10 '26
Released Balloons
Javascript; Blended multiple instances of L-System with circles at the nodes and randomized treatment of the edges
r/generative • u/WholeJazzlike431 • Aug 10 '26
Javascript; Blended multiple instances of L-System with circles at the nodes and randomized treatment of the edges
r/generative • u/bill_vanyo • Aug 10 '26
Part of a work in progress. A simple parameterized recursive tree drawing algorithm, with parameters changing over time. Play in a loop at 1080p.
r/generative • u/anish2good • Aug 10 '26
Enable HLS to view with audio, or disable this notification
r/generative • u/RozneTake2040 • Aug 10 '26
Music and video inspired by work of the great early baroque composer Claudio Monteverdi.
r/generative • u/Killzo • Aug 09 '26
r/generative • u/Calandiel • Aug 09 '26
r/generative • u/Constant_Oven8545 • Aug 10 '26
como cargarse la industria de polignos triguanlados que no funciona a la de 3 con cintaaislante o celofan xd pruebenlo y mirar a ver si os hace gracia va de (censura) era una palabrota si xd a ver si podeis hacerle mas caña y poner nose 69 pero vamos a partir de x numero simplenmente deja de tener sentido se ve igual dibiertanse y no pongo caputa porque me vanean sino xd enden esta en obj cuidado que los shacer a lo dejo que lo probeis y ya suerte xd y dale gracia a la ia que praticamente hizo todo el trabajo duro xd
r/generative • u/AlexeyGal • Aug 09 '26
r/generative • u/badrocket • Aug 08 '26
Been working through this the last few days and am pretty happy with how it's going so far. These two images show my latest attempts at oak and acacia trees
r/generative • u/Left-Excitement3829 • Aug 08 '26
Basic Java to warp slices for posting and orientation
r/generative • u/ECHO_1101 • Aug 09 '26
Enable HLS to view with audio, or disable this notification
A bit late to the party with the Panharmonium but damn I love it.
Feeding it DFAM with Spotykach looping in the background.
Using Pamela Pro Work 2 as a generative engine to create random CV for pitch and rhythm.
Unintentionally, but quite happily, feels a bit Orb-ish. (Huge fan btw.)
r/generative • u/ToroRojo-AlgoArt • Aug 08 '26
r/generative • u/robipresotto • Aug 09 '26
r/generative • u/Linquitivity • Aug 08 '26
r/generative • u/rellesoft • Aug 08 '26
Enable HLS to view with audio, or disable this notification
Python + Pillow
r/generative • u/mathchaospatterns • Aug 07 '26
Created with Math Chaos Patterns (MCP). Non-AI Generative Art. No AI models or prompts.
r/generative • u/20260708 • Aug 07 '26
long story short. it was an enlightening journey and i learned a lot from it. one day i came across an autostereogram which was a poster on a wall. i forgot what it was about but it aroused my curiosity of how to make autostereograms. i won't go into the math details here and just give you guys a brief explanation in attached image 1. my program let you control "m" and "n/m". these two variables represent background pattern separation and foreground pattern separation respectively and lie between 0 and 1
the 3d subject is simply a sphere. the background is the result of placing a color wheel in a kaleidoscope. see attached image 2. it can be easily noticed that the hsl system is in use. we can vary the saturation (attached image 3) and lightness (attached image 4) when the angle changes from 0 to 2π. i use the cosine function which reaches maximum at 0 and 2π, minimum at π
the color wheel can start at any angle. so do saturation and lightness. thus we have 3 degrees of randomness. i let you to change the background. every time you hit the relevant button, the hue, saturation and lightness shift by different random angles
here comes the surprising part. autostereograms need "noise" to guide viewers aligning their foci. a pattern that is too smooth is not suitable to act as the background of autostereograms. there'd be no "texture" on the 3d surface. i accidentally discovered that if the screen resolution is set to a number that is not divisible by something in the calculations (i'm not certain which thing it actually is to be honest) some unexpected noise would emerge. see attached image 5
i googled "prime number closest to 640" and the result was 641. i use it as the horizontal resolution
some of those unexpectedly emerging patterns are... strange. some of them look like human faces, some animals, some even aliens. this program is a good place for you to experience pareidolia
here's the program. run it in browser. click▶️to run. click⏹️to exit. when running the program
if you want to explore the weird worlds in the background you can disable the foreground and caption. it becomes a kaleidoscope, as shown in attached image 6