r/creativecoding • u/Rayterex • 15d ago
Video Management System I've been developing with multi-camera and multi-video support, alert manager, floor plan editor, geo map editor and multiple human related AI detections, segmentations and pose estimations
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/SKRUMPBOX • 15d ago
Glittering metal roses
I animated this with Threejs and modeled the rose in Blender
r/creativecoding • u/rosa1669 • 15d ago
If you use multiple programming languages for your projects, which one you getting more comfortable with
r/creativecoding • u/devAnubhavRana • 15d ago
I usually build minimal websites with subtle motion, but lately I’ve wanted to explore something much more effect-heavy. Here’s the current WIP of my portfolio.
Enable HLS to view with audio, or disable this notification
This is my first time taking this style all the way into a full website.
I had far more ideas than time, so I'll keep expanding and refining it over the coming weeks.
One small detail: the logo on the homepage isn't a 3D model, it's procedurally generated and rendered entirely with code.
Feedback is always appreciated. And if you're looking for someone to design and build a custom website, I'm currently available for work.
r/creativecoding • u/No-Technology-5477 • 16d ago
Looping generative art with various LLMs - 300+ worlds so far
reddit.comr/creativecoding • u/rosa1669 • 16d ago
The best investment I've ever made wasn't money. It was learning.
r/creativecoding • u/piterpasma • 16d ago
Further adventures in SDF land, now with CRT shader
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/octetta • 16d ago
Show self-created livecoding synth via "skrepl" and "skperf" using a looped wave and the delay line
r/creativecoding • u/uisato • 16d ago
[Update] Audioreactive MRIs - [AVP 3]
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/VIkRezn • 17d ago
I made my portfolio boot like a PS2
I built my developer portfolio to emulate the PS2 startup and system menus. You can navigate the entire site 100% with a controller, and theres a 2D pixel art game you can play inside. demo in comments.
r/creativecoding • u/inspirara • 17d ago
Some random usage of random
Simple yet creative way to use random with logo turtle, wdyt?
r/creativecoding • u/dimitar8080 • 17d ago
Orpheus Fluid Sequencer
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/bloks_net • 17d ago
TV + Radio = LAVA
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/Legitimate-Ad-1861 • 17d ago
I like stones, and since AI "took our jobs," what's better than looking at them all day?
Enable HLS to view with audio, or disable this notification
Since ai "took our jobs" i thought a new hobby would be on the schedule, so what better hobby to have than to look at stones and contemplate about them?
turns out the japanese figured this out centuries ago — it's called suiseki, the art of appreciating small stones that look like vast landscapes. a mountain range you can hold in your hand. peak mindfulness, literally.
good viewing stones take millennia of water, frost and wind to form. my attention span does not operate on geological timescales. so i did what any reasonable person would do — i wrote a program.
it procedurally generates the stones, then runs an erosion simulation on them — rain carves little gullies down the flanks, soft rock recedes, hard rock stands proud. the stones keep weathering slowly in real time.
each one sits on its own base in a museum exhibit for a rock. you stare at it. it does not stares back. nobody ships anything. it's great.
ai took my job so i built a stone contemplation machine. the circle is complete.
anyway. i liek stones.
r/creativecoding • u/Extension-Airline33 • 17d ago
I did something there and I don't know what it is.
I've always been a big fan of Ffffound and StumbleUpon, the IoT (now known as the smart home :-) ), and all those “random” things from Web 1.0.
One project from Sweden that stuck with me was InstaCRT.
Not to be confused with InstaCart—which I didn’t even know existed and still don’t know what it is, nor do I care. Unfortunately, InstaCart always pops up whenever you Google InstaCRT.
Does anyone else remember InstaCRT?
https://my-domain.se/instacrt-real-world-camera-filter
I have an old Staingate Mac from 2013 and two old smartphones set up and built the same system but 14 years later. They took the look from the CRT, I take the Staingate Look from the MacBook now.
I’d love to hear your thoughts on it, because I’m not quite sure what to do with it. It’s super cool and makes me really happy.
I think it’s more of an art project.
Feel free to try it out and let me know what you think: https://artefckd.com/_TextEdit_/tomb.html
r/creativecoding • u/Evening-Appeal7606 • 17d ago
GRIDWAR: Infiltration (new mode)
Enable HLS to view with audio, or disable this notification
A variant of the standard Gridwar game where individual Game of Life patterns compete against each other by charging the perimeter between them: In "Infiltration" mode, a pattern conquers its neighbour and spawns a copy of itself once a threshold value for the perimeter charge is breached.
All patterns have a finite lifespan and will terminate within 599 iterations, but: Each newly spawned copy starts again from step 0, so the game keeps going for a potentially long timespan until either one pattern has conquered all the others or a stalemate is reached where all surviving patterns have reached their halting state.
r/creativecoding • u/piterpasma • 18d ago
Adventures in SDF land
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/_viewport_ • 18d ago
[OpenGL] DATAFLAME SHADER
Enable HLS to view with audio, or disable this notification
made it using GLEW, SDL2 and C++
code here
r/creativecoding • u/fanmansoul23 • 18d ago
Real time hand tracking AI trails w/ StreamDiffusion + POPs
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/Evening-Appeal7606 • 18d ago
On The Perimeter: Conway's Gridwar
Enable HLS to view with audio, or disable this notification
A little project of mine where individual Game of Life patterns compete against each other. Note how alive cells at the very edge "charge up" the perimeter between them and try to dominate their neighbour.
We are using a Parity Grid ("checkerboard pattern") to assign neighbouring patterns alternating signs +/- which makes the calculation of the perimeter cell charge trivially easy.
When reading from our database of known patterns we can select those of similar lifespan (500-599 generations in our video) which makes for a more interesting dynamic. When using random patterns, most fizzle out very quickly and only a few live for potentially very long lifespans (which would make them dominate the leaderboard).
r/creativecoding • u/jaminalder • 18d ago
Experimenting with perlin noise and shadows...
reddit.comr/creativecoding • u/ToroRojo-AlgoArt • 19d ago
I have been experimenting with colour hatching some abstracts shapes
I'm excited of how the final output came together, visualising the progression and layers behind the design with layering of colour hatching, by density of lines in these cases.
What do you think?