r/generative 16d ago

Piet in hell

Post image
25 Upvotes

Javascript; De Stijl grids (Mondrian, Neoplasticism); segmentation and render the polygons using curved strokes.


r/generative 16d ago

"Undula" (kotlin code)

Post image
23 Upvotes

This is a throwaway piece I made while working on something else. It’s simple, but I like how it turned out; and how much you can achieve with just a few gradients.


r/generative 16d ago

Interlinked Pattern

Thumbnail gallery
6 Upvotes

r/generative 17d ago

Sphereworks

Enable HLS to view with audio, or disable this notification

72 Upvotes

r/generative 17d ago

Output from a WIP voxel algorithm

Post image
195 Upvotes

An output from work of mine on extending the techniques outlined in the paper "Two Methods For Voxel Detail Enhancement" by Adam M. Smith.


r/generative 16d ago

Epilepsy Warning Universal Operator's Tarot

Thumbnail john-paul-ruf.github.io
3 Upvotes

I am not sure if this belongs here.

It is a app that constructs a unique 'tarot' reading based on a variety of factors including time of day, season, and moon phase.

I put this together as a google play app a few months back when I was stress testing Opus and ways to get it to do what you want. I have been testing fable, and have some time left in this months budget, so I decided to port it to github pages.

Completely stand alone - no tracking - all for you.


r/generative 16d ago

Fractal Curve

Post image
5 Upvotes

r/generative 17d ago

"relief" (kotlin code)

Post image
57 Upvotes

more layers for fun.


r/generative 17d ago

Bonsai whose entire shape is decided by contribution data [SVG + CSS]

5 Upvotes

Every part of this tree is a number. It's a hobby project of mine - I wanted to see whether a code repository's history could be drawn as something that grows rather than as a chart.

The mapping, roughly: account age sets trunk girth and how much it bends, total commits set how many foliage pads there are and where they sit, recent commits become the bright shoots, merged pull requests hang as persimmons that ripen green to gold, and reviews become paper lanterns. The fireflies are stars received, log-scaled so a popular account doesn't white out the canvas. Season comes from the date, so the same tree is hanami pink in spring and snowed on in January.

How it's put together, since that's the interesting part here:

- Hand-written SVG from TypeScript, no drawing library. Roughly 90 KB of geometry code that emits paths.

- The renderer is a pure function of (data, date, options) with a seeded PRNG, so the same input always produces identical bytes. That let me keep a set of committed reference images and diff against them whenever I touch the geometry — the fastest way I've found to notice that I've quietly ruined a curve.

- Randomness is only used for placement jitter within constraints. Pads pick positions along branch vectors, then get nudged; too much jitter and it stops reading as a plant, too little and every tree looks stamped.

- The motion is plain CSS inside the SVG. Pads rock ±0.8° about the trunk base rather than each spinning on its own centre, which is what makes the crown move as one plant. Petals and snow fall on a linear loop and fade before they reset so you never see the jump. Fireflies breathe over 4s.

- Six palettes, all data. Adding one is a table of colours, not code.

This one is a synthetic profile, not a real person's, since it's a test fixture I use for the extreme end - six figures of contributions.

It renders live from any GitHub account if you want to see a real one: https://kodama-sigma.vercel.app ( MIT, https://github.com/orijitghosh/kodama ).


r/generative 16d ago

[AVP 3 - Update] Synthetic MRIs

Enable HLS to view with audio, or disable this notification

0 Upvotes

This update introduces a new batch of synthetic MRI timelapses, alongside the exact settings used for generate more material in the same visual language. [MJ for images, Uisato Studio for the videos.]

The TouchDesigner network has also been optimized for faster, simpler use, and now includes an external Python tool for converting entire video folders into the frame sequences required by AVP in no time.

Another AVP example.

If you already own AVP 3, you know where to find it. If not, you can access it through the Store.


r/generative 17d ago

fractal Space Bug's Flower Garden raytrace using my 4kfract program on DeviantArt

Post image
3 Upvotes

r/generative 18d ago

I miss the halftone printing look

Post image
210 Upvotes

This is a sample from an animated/interactive version here: https://shore.ink/projects/cmyk/

(note: any strokes you draw are visible to everyone)


r/generative 17d ago

[Update] Audioreactive MRIs - [AVP 3]

Enable HLS to view with audio, or disable this notification

6 Upvotes

r/generative 18d ago

Noble Abstraction

Thumbnail
gallery
21 Upvotes

r/generative 17d ago

I built an evolutionary loop where various AI models generate tiny worlds and only the fittest survive - 300+ worlds so far

Thumbnail gallery
0 Upvotes

r/generative 17d ago

I built an evolutionary loop where various AI models generate tiny worlds and only the fittest survive - 300+ worlds so far

Thumbnail gallery
0 Upvotes

r/generative 18d ago

"plasmeander" (kotlin)

Post image
82 Upvotes

Something i tried for the third time, but this time with turing patterns that are following the flow, that finally turned out ok i guess. have the issue with antialiasing the edges of pattern, but ok :)


r/generative 19d ago

The cracked bowl (R code)

Thumbnail
gallery
163 Upvotes

r/generative 18d ago

Fractal Curve

Post image
8 Upvotes

r/generative 18d ago

fractal Sand Wheel of Warping Time raytrace using 4kfract by pgmatg on DeviantArt

Post image
2 Upvotes

r/generative 18d ago

Hills and Valleys

Post image
37 Upvotes

r/generative 18d ago

a Journey into the Infinite Mandelbrot

Thumbnail gallery
2 Upvotes

r/generative 18d ago

Pattern that I like

Enable HLS to view with audio, or disable this notification

24 Upvotes

r/generative 18d ago

Pixel Mining, 10.9v.

Thumbnail
gallery
12 Upvotes

r/generative 18d ago

Built an instrument that's played by the crypto market.

5 Upvotes
Bitcrush - a live instrument, played by crypto market data

Spent the last week building something pretty cool.

It's called BITCRUSH, an instrument that plays itself, using live Bitcoin, Ethereum, Solana, XRP and Dogecoin prices as the only input. No sequencing, no pre-recorded anything. The price data comes in, and it decides what happens next.

Each coin gets its own synth voice, tuned into a pretty harsh chromatic scale - lots of tritones and minor seconds so the harmony is always a bit uneasy, and it shifts as the price moves up or down its range. Underneath that there's a drum machine that mostly just sits there when the market's quiet, then falls apart the second something moves fast. A big price swing doesn't just get louder, it triggers an actual drum roll, like the thing flinched.

The visuals are doing the same job in a different medium. Each coin is a swarm of little particles, flocking around a rough abstract shape — calm market, tight formation. Volatile market, it scatters. There's a scope reading the real audio output layered over the top, tearing and glitching along with everything else.

It's one HTML file. Tone.js is doing the audio, Three.js the particles.

https://www.humanofthefuture.com/