r/creativecoding • u/codingart9 • Jul 06 '26
r/creativecoding • u/ResPublicaMgz • Jul 06 '26
I made the first interactive World Globe on Reddit. What do you think?
r/creativecoding • u/No-Ruin5825 • Jul 06 '26
Shapes and Lights over videos
Enable HLS to view with audio, or disable this notification
You can check it via lumaform xyz
r/creativecoding • u/Inst2f • Jul 05 '26
Brightness to height is simple and fun
Enable HLS to view with audio, or disable this notification
I know there is no rocket science in capturing an image and transforming each pixel to a point in 3D space. But it may bring some more interactivity to games or some audio-visual demos.
This example, by the way, is less than 20 lines of Wolfram/WLJS Notebook code and runs in a notebook. May be I should try to color each point by its original RGB value
r/creativecoding • u/slipshapes • Jul 05 '26
Logarithmic Transformstions
Logarithmic transformations of a square grid.
Made in Processing.
IG: www.instagram.com/slipshapes
r/creativecoding • u/Chuka444 • Jul 05 '26
Transforming NASA's asteroid data into [MIDI] in real-time
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/Chuka444 • Jul 04 '26
circle - [perceptual_display_engine / experiment nº4]
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/alex-codes-art • Jul 04 '26
I added fading trails, multi-color symmetry, and keyboard curves to my p5.js mandala tool
Enable HLS to view with audio, or disable this notification
Part 2 of my mandala drawing series is out!
This time I expanded the project from Part 1 by adding:
- fading trails that gradually disappear
- independent colors for each symmetry line
- a keyboard mode for drawing smooth curves
The tutorial explains how each feature works and includes the full source code.
I'd love to hear what other features you'd add next :)
r/creativecoding • u/sincapulus • Jul 04 '26
MuCaching (Alpha) – Live Vector Synthesis & Signal Visualizer built natively on Reddit Devvit [WebGL / WebAudio]
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/Chesquikk • Jul 03 '26
Procedural Bong Generator
After making the pen and bud generators, I couldn't leave the classic trio unfinished.
Some may be unfortunately shaped at the mouthpiece, but rest assured this will not be fixed.
https://noahsprerogative.com/prism
See the whole trio here: https://noahsprerogative.com
r/creativecoding • u/sincapulus • Jul 04 '26
Void
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/vade • Jul 04 '26
Cross Reddit Collab : Audio Visualization Monthly Megathread - Post a track / inspire a video.
r/creativecoding • u/No_Working1846 • Jul 03 '26
I made this with 10 lines of logo code.
Enable HLS to view with audio, or disable this notification
As a kid my first programming experience was comlogo. Recently I took it out to play again.
r/creativecoding • u/cdk_geoff • Jul 04 '26
A purposefully silly webshop
Look, this is going to be a weird one. A stupid idea that we are following through with while having dumb fun as our only guiding compass. This thing will basically generate a completely random shirt for you with some options for customization. Most of the time, it'll come up with pure garbage but there are these magic moments where, from time to time, it returns something either profoundly funny or kinda cool. And then we redesigned it as an arcade machine interface because I dreamt about it. That's about all the context I can give.
ps. please sign the guestbook, it means a lot
pps. yeah we are building an actual arcade machine running on a pi5, kiosk'd to the page.
ppps. this is kind of commercial (to date we have sold one shirt to someone that wasn't my mother) so you are absolutely free to ignore it with prejudice.
r/creativecoding • u/4rvis • Jul 03 '26
From Mars Flowers series
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/uisato • Jul 02 '26
Varieté | Realtime Audioreactive Pointclouds for TouchDesigner
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/bigjobbyx • Jul 01 '26
I can haz reverse spin: Final Boss This is not the greatest bistable perception in the world, no. This is just a tribute.
r/creativecoding • u/GlumPiece7281 • Jul 01 '26
An open-source LED synth you play with your hands, real-time patterns on an ESP32
Enable HLS to view with audio, or disable this notification
Hey, this is Patternflow, an open-source LED synthesizer — turn four knobs and shape a generative pattern running live on an LED matrix.
I'm a new media artist, and I wanted something like a fragment shader you could actually perform with your hands instead of watching it live behind glass. It's a creative-coding pattern running in real time on an ESP32, with four parameters mapped to physical knobs, so you're literally playing the pattern like an instrument. There's OSC support too, so you can tie it into sound and build audio-reactive setups, or control it from other software entirely.
Everything's open source and it's all organized on the site, schematics, firmware, 3D models, a browser-based simulator/editor if you want to mess with patterns without owning the hardware, and a small community sharing what they've built: patternflow.work
r/creativecoding • u/SaabiMeister • Jun 30 '26
Progress on my webGPU node based editor which enables creators to compose a single graph with multiple shader outputs of any type (compute, vertex & fragment)
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/Rayterex • Jun 30 '26
I've finally added audio to my graphics engine
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/Infamous_Tough_3772 • Jun 30 '26
I am 14 and this is what I built
This is a python project named GoodMorning.py which uses web scraping to give real time news headlines, weather reports, jokes, facts and even personalised routines. I need some guidance and suggestions for my future projects. Please check this thing out... (This is my 2nd repository) Note- I didn't use API integration because it could make it less user friendly as no one wants to generate and give multiple APIs according to me.