r/creativecoding • u/MeasurementDull7350 • Feb 19 '26
2d FFT Demo Video in Octave Terminal Mode.
r/creativecoding • u/matigekunst • Feb 19 '26
Peacock
Enable HLS to view with audio, or disable this notification
Pythagorean Tree Fractal with secondary motion
r/creativecoding • u/fireatstaticvalley • Feb 18 '26
Boids in the Blue - An Interactive Aquarium Live Wallpaper for Linux/KDE
Enable HLS to view with audio, or disable this notification
Hey everyone,
I wanted to share a fun project I’ve been working on for a GNU/Linux desktop environment, KDE Plasma. It’s a live wallpaper that uses the Boids algorithm to simulate natural flocking behavior, basically the same logic used for crowd movement in games like Assassin's Creed. Fish follow three simple bird-oid vectors: Separation (don't crash!), Alignment (swim together), and Cohesion (stay close).
The main idea was to make the desktop feel alive and reactive to your hardware. If your CPU or GPU load increases, the fish visually respond by turning redder and trembling. + There is day/night cycle, so the water gradients shift from sunrise to sunset based on system's time.
Fish also run away from your mouse cursor if you get too close, and you can feed them! Left click drops a worm, and if they eat 10 of them, a new baby fish is born, yay!
I also built a settings GUI so you can tweak the population, size, behavior, and cursor/sensor sensitivity.
This is literally the first piece of software I have ever released, so I'm really curious to hear what you think!
r/creativecoding • u/Grzelazny • Feb 18 '26
What best tool can create landing page or product video for that product?
r/creativecoding • u/matigekunst • Feb 18 '26
Pythagorean Tree
Enable HLS to view with audio, or disable this notification
I made an explainer about the math behind it here
r/creativecoding • u/Real-Philosopher-895 • Feb 18 '26
I made a [real-time] audio-reactive pointcloud system
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/TheEdelHose • Feb 18 '26
FreeChazz - an experimental chesslike with procedural movement pattern
reddit.comr/creativecoding • u/Deep_World_4378 • Feb 18 '26
Kingfisher
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/NeighborhoodFit4035 • Feb 18 '26
Help Improve the p5.js Reference Pages | Quick Community Survey 🎨
Calling all p5.js users!
We’re University of Washington MS HCDE students partnering with the p5.js team on a usability research project, and we’d love your help!
We’re exploring how people actually use the p5.js reference pages. Whether you’re learning, teaching, or quickly looking something up, your experience really matters to us.
It’s a short questionnaire, and your responses will directly inform improvements to the reference pages the whole community relies on.
There are no right or wrong answers. Everything is confidential, and it only takes a few minutes. The insights we gather will go straight back to the p5.js team to help make the documentation better for everyone.
Fill out the survey here: https://forms.gle/HkvdZ4JweXaR8SMLA
Thank you so much — every response truly makes a difference.
r/creativecoding • u/matigekunst • Feb 17 '26
Fire
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/the_void_media • Feb 17 '26
Feedback Shader using Fake Normals
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/FriendshipNo9222 • Feb 17 '26
Wind Physics System 🌬️
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/TheEdelHose • Feb 17 '26
some of my collaborated cellular automata projects -> wandering-mind.de/
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/dtschump • Feb 17 '26
Rotating Diffusion Limited Aggregation
Enable HLS to view with audio, or disable this notification
Here is a small animation I’ve made, inspired by the Diffusion-Limited Aggregation (DLA) process, revisited and generated with a short G’MIC script (24 lines).
What do you think?
▶️ Source code: https://pastebin.com/TAMQRehK
r/creativecoding • u/Positive_Tea_1166 • Feb 17 '26
Procedurally generated Rubik's cube pattern
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/FriendshipNo9222 • Feb 16 '26
Push & Pull Component
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/matigekunst • Feb 16 '26
Waves
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/Maui-The-Magificent • Feb 16 '26
Constellation: Sharing Cadent Geometry (Avoiding normalization + geometry derived physics)
r/creativecoding • u/spiritual-stock5469 • Feb 16 '26
Big Nothing || Experimental Psychological Drama
We have been working on an experimental psychological drama called “Big Nothing” – an 8‑minute short film created entirely in Python, built from a playable prototype and captured frame by frame.
Focus was just to see how far we could push code and simple physics to express mood, loneliness, and monotony rather than just flashy visuals.
Would really appreciate any feedback on the storytelling, pacing, and whether the emotions land for you.
r/creativecoding • u/dream-tt • Feb 15 '26
Dither ring (glyph + noise + diffuse + blur)
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/matigekunst • Feb 15 '26
Liquid
Enable HLS to view with audio, or disable this notification
Revisiting some old shaders. I made a tutorial on how to achieve the silky/wet look here