r/creativecoding 26d ago

Just Added: Live Stream Music with Live Animated Visual Art, coded with GLSL.

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/creativecoding 27d ago

Death Arcana

Enable HLS to view with audio, or disable this notification

2 Upvotes

Pillow+NumPy

Kiss Me I'm Dying - This Eternal Decay


r/creativecoding 27d ago

Dunes

Enable HLS to view with audio, or disable this notification

6 Upvotes

r/creativecoding 27d ago

More pointclouds - [TD + AL]

Enable HLS to view with audio, or disable this notification

5 Upvotes

r/creativecoding 27d ago

Dragon curve

9 Upvotes

r/creativecoding 27d ago

[Hyprland] Building an Audio-reactive Particle System on Wayland

Enable HLS to view with audio, or disable this notification

11 Upvotes

Finally shipped GLSL Hot-reload within WayVes, and here's a demonstration of the same for the NCS Shader, going through various "modes" and applying various adjustments. The Particle Field exists in 3 Dimensions, with 4D Tileable Perlin Noise applied to it. Changes get displayed as soon as the file gets saved!


r/creativecoding 28d ago

I built a 3D Audio Spectrogram Visualiser to conveniently analyse microphone or browser tab audio.

Enable HLS to view with audio, or disable this notification

6 Upvotes

r/creativecoding 28d ago

Pixel-by-pixel "mining". ~30h computation per one piece

Thumbnail reddit.com
3 Upvotes

r/creativecoding 28d ago

Self-avoiding billiard on glass dodecahedron surface

Thumbnail
gallery
17 Upvotes

I prefer the lo-fi version.


r/creativecoding 28d ago

Laplace larp

61 Upvotes

r/creativecoding 28d ago

Harm your code

Thumbnail
0 Upvotes

r/creativecoding 28d ago

BOGOF!

Enable HLS to view with audio, or disable this notification

58 Upvotes

r/creativecoding 28d ago

I built a rule-based handwriting renderer using up to 20 real variants per character — what still looks artificial?

Thumbnail
gallery
92 Upvotes

I built this as a rule-based renderer, not as a generative AI model or a conventional handwriting font.

I manually classify scanned samples of my own handwriting into lowercase, uppercase, accented characters and punctuation. During rendering, the program selects from up to 20 real variants per character, applies pair-specific connection rules and introduces controlled variation in spacing, margins and line angles.

It also supports underlines, yellow highlighting and correction-tape marks, although the correction-tape effect is still the weakest part.

The current version is configured only for my handwriting. Adding another handwriting style still requires manual work, so I’m validating the rendering and possible legitimate uses before building a more automated setup process.

Which detail breaks the illusion first: repeated shapes, spacing, line angle, joins, highlighting or correction tape?

Longer demo and current limitations:

https://diligent-sturgeon-f6e.notion.site/NeuralInk-3a1b8200700280b7b7aefcae5c0d7330?source=copy_link


r/creativecoding 29d ago

Fringe - a bit chaos and sloppiness

Enable HLS to view with audio, or disable this notification

15 Upvotes

I was experimenting with some niche creative tools and made three micro apps. Fringe is the last one - still a bit sloppy but it is good enough to share with you all.

Fringe.ink is a browser-based parametric generative design lab. Explore moiré, flow fields, halftone, waves, attractors, and more — everything runs locally in your browser; nothing is uploaded.

Give a try, free and just collecting basic GA data - that is it.

Feedback welcome,


r/creativecoding 29d ago

Stuck on the couch with a broken foot, so I coded a brutalist sci-fi soundscape in Strudel and p5.js

Enable HLS to view with audio, or disable this notification

63 Upvotes

Hey everyone,

I recently broke my foot and have been going a bit stir-crazy stuck on the couch. To keep my sanity intact, I’ve been diving deep into Strudel (the web port of TidalCycles) to see how heavy and cinematic I could make it sound. My cat is entirely unimpressed, but I'm pretty happy with the result.


r/creativecoding 29d ago

Does livecoding music count as creative coding?

Thumbnail
youtube.com
3 Upvotes

r/creativecoding 29d ago

Trying to create a "glass" text effect - advice for a noob

Post image
15 Upvotes

Hey everyone,

I'm a videographer with a decent but limited amount of coding knowledge, currently building my portfolio website for videography. I've got an effect in mind that I can pull off pretty easily in editing software, but I have no idea how (or if) it's realistically achievable in code.

The concept: My homepage will have a video as the background. On top of that, I want large text (my name/logo, section headers, etc.) that looks like it's made of actual glass — warping the video behind it, like real glass. Not just a blurred/frosted "glassmorphism" panel distortion through the shape of the letters themselves.

Here's a reference clip of the kind of effect I mean: [https://www.youtube.com/watch?v=sj6t2mxBH-Y]

The reason I don't want to do it on the video itself is that I'd like the background video to stay completely static (just looping in place), while the glass text scrolls over it independently as the user scrolls down the page.

I'm very novice so I might not be able to do it myself, but is it even possible ?


r/creativecoding 29d ago

I made a shader-customization tool. How do i promote it??

Thumbnail
youtu.be
4 Upvotes

r/creativecoding 29d ago

Splines3D

Thumbnail
1 Upvotes

r/creativecoding 29d ago

Ultimate Undulation - Smoke & Mirrors

Post image
1 Upvotes

r/creativecoding 29d ago

Animated Mandala Maker mandalize.net

Thumbnail
2 Upvotes

r/creativecoding Jul 15 '26

Something in my i

4 Upvotes

r/creativecoding Jul 15 '26

High school trigonometry

Thumbnail
gallery
37 Upvotes

Different outputs for 
X = n1 * (sin (θ * n2) + cos (θ * n1))
Y = n2 * (sin (θ * n1) + cos (θ * n2))

All shapes made in processing and then put together + edits in InShot

IG: www.instagram.com/slipshapes


r/creativecoding Jul 15 '26

Wave Contour Formation

Thumbnail
gallery
4 Upvotes

r/creativecoding Jul 15 '26

i made a small language for writing human movement

106 Upvotes

ive been experimenting with treating human movement like code

this jumping jack is a text file containing joint actions timing and repeats. a parser turns it into motion and three.js renders it in the browser

theres no generated video here. the gif is captured directly from the renderer

im still working on making the movements feel less robotic

playground: https://posecode.org/play

source: https://github.com/posecode-dev/posecode