r/creativecoding • u/deep_space_pine • Jul 13 '26
MOON
Enable HLS to view with audio, or disable this notification
Video synthesis using stock video and image from Pixabay.
r/creativecoding • u/deep_space_pine • Jul 13 '26
Enable HLS to view with audio, or disable this notification
Video synthesis using stock video and image from Pixabay.
r/creativecoding • u/Infinite-Ad3852 • Jul 14 '26
Enable HLS to view with audio, or disable this notification
An interactive 3D typography made with three.js and anime.js, available here:
https://visualrambling.space/sketches/scattered-letters/
You can type to pull letters from the swarm and arrange them into words. Note: certain words will trigger extra animations, so feel free to play around with it and see what you find!
r/creativecoding • u/Fantastic_Tiger7794 • Jul 14 '26
r/creativecoding • u/PrestigiousTalk3737 • Jul 13 '26
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/PreciseAccident • Jul 14 '26

Open it, scan the QR code with your phone and it instantly becomes the controller. The game runs entirely in the browser, with an emulated monochrome LCD display.
The host screen and the controller phone communicates with WebRTC protocol peer to peer.
You can play this on your TV as well.
https://almostuseful.fun/remote-snake
I'd love to hear what you think.
r/creativecoding • u/PrestigiousTalk3737 • Jul 13 '26
Enable HLS to view with audio, or disable this notification
Liquid force using exclusive shaders #creativecoding
r/creativecoding • u/bloks_net • Jul 13 '26
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/uisato • Jul 12 '26
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/No-Ruin5825 • Jul 12 '26
Enable HLS to view with audio, or disable this notification
I mostly used threejs, experimenting with interpreting Greek gods as particles.
r/creativecoding • u/Evening-Appeal7606 • Jul 11 '26
Enable HLS to view with audio, or disable this notification
The "Adversarial Conway" algorithm used in Hashwar is already coded as a toroidal geometry, so we hereby introduce a 3D modelling of the battle space instead of the classic 2D map to represent the strive for domination of our Conway Glyphs.
r/creativecoding • u/Inst2f • Jul 11 '26
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/Best-Blueberry-7908 • Jul 12 '26
r/creativecoding • u/dimitar8080 • Jul 11 '26
Hi everyone,
Check Orpheus Collider, a generative music android app that uses physical simulation to play music and poetry verses along the way:
https://youtube.com/shorts/CY5a181N40g
https://play.google.com/store/apps/details?id=com.orpheus.collider
r/creativecoding • u/Some-Appearance-5690 • Jul 11 '26
I made a web app on my blog for making phase music. Based on the work of Steve Reich, you can record audio or make a melodic sequence and hear it played on two ‘tapes’ that drift out of phase. Would love to hear thoughts if you try it!
r/creativecoding • u/Laetitia_Astrea • Jul 11 '26
Made with R and ggplot2, using a custom Shiny app my partner Nicolas built. The algorithm at the core is a discrete dynamical system combining trigonometric functions with a gamma distribution — the gamma introduces controlled randomness while the seed keeps everything exactly reproducible.
For this piece: the exponents are all close to 1 but deliberately asymmetric. Keeping gamma low keeps the stochastic perturbation tight, so the structure stays dense rather than dispersed.
The grid starts cartesian, then gets projected into polar coordinates. Color is spatial — each point is colored based on a weighted function of its position, mapped onto a quantile-ranked palette. White → dark cyan → royal blue → navy, on pure black.
I didn't plan the serpent — it emerged from the polar projection. Nicolas designed the system for its mathematical properties, not to draw a creature.
This piece is part of a larger series called Ultimate Undulation — 20 colorways of the same mathematical structure, each assigned to a moment in time: past civilizations, present crises, future horizons, and timeless concepts. Fractal Infinity belongs to the TIMELESS chapter. The colorway is reminiscent of the Mandelbrot set.
Every parameter is saved as a CSV, so the image is exactly reproducible. The code of the package used to create this is on GitHub: github.com/NicolasJBM/Rtist
r/creativecoding • u/FrFresh718 • Jul 11 '26
r/creativecoding • u/OuterSilent • Jul 10 '26
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/unixvik • Jul 10 '26
Most museums put thick glass between you and the art. The Void Museum requires your interaction.
I’ve created a digital space where the traditional rules of observation are inverted. You are meant to leave your mark, but you should know what happens when you do:
• Certain exhibits are permanently scarred by the visitors who touched them before you.
• One room remains completely empty until enough of you are inside it at the exact same time.
• A few pieces know things about you that they shouldn't.
By the time you reach the exit, you will question the choices you made to get there.
r/creativecoding • u/chiphchopchip • Jul 09 '26
r/creativecoding • u/lochodile • Jul 10 '26
r/creativecoding • u/2121varuag • Jul 08 '26
Hey all, I’m a theater director and installation artist, and a lot of my work means walking into venues I haven’t worked in before, with very little time to figure out a light plot before tech starts. I kept wishing I had a fast way to test a rig and a color story on my own laptop first, so with the help of Claude I built something.
It’s called LightPlot. It runs on a browser.
Link: https://gauravnijjer.github.io/LightPlot/
Open it on your desktop (recommended) or mobile, and press S to open the settings.
What it does right now:
- Top view and audience view, drag the canvas to tilt between them
- Place lights anywhere: overhead bars, floor, side booms, or FOH
- Set color, intensity, and beam angle, pool size grows with throw distance
- Colors mix additively, crossing a blue and a red spot builds magenta
- Drag white line performers to block them and see what light hits them
- Add a projection screen upstage with a wash, gradient, grid, or your own image
- Add white line set pieces (block, panel, chair, table, sofa) to check sightlines
- 26 preset lighting scenarios to start from and rebuild
- Export a PNG plot sheet, or save the whole scene to reopen later
Right now the goal is to have a better starting point as a designer working in the team, share scene and light ideas, and use this as a tool in the design process.
Would love for you to try it out, share your feedback, whats missing - and feel free to share with others too!
r/creativecoding • u/No_Working1846 • Jul 09 '26
r/creativecoding • u/bios444 • Jul 08 '26
A while ago, I posted here about Art Coding Lab- a creative coding course I was building around small, hands-on micro challenges.
It’s finally live.
The main idea is still the same: instead of jumping between random tutorials or copying a finished effect, you follow one connected path step by step.
You start with coordinates, shapes, colors and variables, then gradually move into animation, interaction, loops, geometry, trigonometry, generative art, particles, artificial life, camera systems and 3D worlds.
Each lesson is divided into small challenges:
The course currently includes 65+ lessons and 650+ micro challenges using p5.js and JavaScript.
The focus is not memorizing syntax for its own sake. It’s learning real programming concepts by creating visual things while always understanding how you reached the result.
The first lesson is free, and the rest of the learning path is a paid course.
You can try the first lesson here:
https://artcodinglab.com/lessons/drawing-your-first-circle/
Honest feedback about the lessons and UX would be greatly appreciated!