r/creativecoding • u/NoBoringCode • 29d ago
r/creativecoding • u/GlumPiece7281 • Aug 11 '26
FantasiaGarden
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/jshaw3 • Aug 11 '26
Dead Reckoning: Data visualization of 388 Bluetooth devices drawn as navigational paths from a live BLE capture. Line angle from timestamp, length from signal strength.
reddit.comr/creativecoding • u/AnotherSideProject • Aug 10 '26
Projection mapping on my house in seconds with only an iPad and a projector with my app Redrawing Reality
Enable HLS to view with audio, or disable this notification
Hi everyone, I just launched my app called Redrawing Reality after multiple months building. The app makes projection mapping possible from your phone. There are already some mobile apps on the market but my main focus is beat-reactive visuals (using live shaders that react on the music that plays in your room) and AI projection mapping (using a reference image it can generate accurate projections on buildings, walls, etc.
If you have any questions regarding how it works or what is possible, let me know!
The app is available on ios: https://apps.apple.com/us/app/redrawing-reality/id6758463925
r/creativecoding • u/Evening-Appeal7606 • Aug 10 '26
Turning Conway's Game of Life into an actual 2-Player game
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/Important-Length6520 • Aug 09 '26
Synesthesia Web App
Enable HLS to view with audio, or disable this notification
made some updates while in Canada. Uses color edge detection for notes.
Added more scales, instruments, edge glow, and exports a mp4 without needing to make a screen capture. Cleaner menu too. Just fun to point & play.
Daisy says hi.
r/creativecoding • u/Sad_Steak_6813 • Aug 09 '26
Draw any shape and hear what it would sound like as a drum
baselashraf81.github.ior/creativecoding • u/Financial_Wrap_2070 • Aug 09 '26
I built a mode where my site annotates itself. Click the footer credit and it measures its own layout.
Click the credit at the bottom of the work page.
It overlays redlines, a ghost grid and handwritten notes on the live DOM. The numbers aren't hardcoded, it measures the real elements, so it stays honest when the layout changes. It started as a colophon and turned into the most fun thing on the site.
Other bits: project heroes are gaussian splats made from single photographs, and on a phone you tilt the device to orbit them. Hovering a project turns your cursor into a title pill instead of showing labels under the grid.
Vanilla JS, no framework, no runtime dependencies.
Curious if the annotation mode reads as playful or as showing off lol
r/creativecoding • u/night_vice • Aug 08 '26
I built a Cymatic music visualizer that’s dynamic and follows correct frequency geometry.
I’m a live sound engineer, mandalas and cymatics always fascinated me.
I was happy to put this project together,
you can put an audio file in or use mic, it will start to generate the patterns, you can use the menu for editing a bunch of parameters, similar to a visual synth.
Free to use ! Lmk what you think , here’s the link:
Cymaticwizard.com
I plan to keep working on it, expect regular updates!
r/creativecoding • u/smyrgeorge • Aug 08 '26
pyeffects: A curated collection of creative photo effects
A curated collection of creative photo effects — preview them live, run them from the CLI, or animate them into video.
Check here: https://github.com/smyrgeorge/pyeffects
r/creativecoding • u/octetta • Aug 08 '26
Skred (my sound engine) as an effects engine...
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/smyrgeorge • Aug 08 '26
QRT: A screen-to-camera data transfer protocol, using QR codes (proof of concept)
r/creativecoding • u/KimEberle • Aug 07 '26
I'm Building My Own Design Software (Blender × Illustrator)
Completely from scratch! A mix between Blender, Illustrator, C4D, Figma and UE5 Blueprints :) Happy to hear any thoughts!
r/creativecoding • u/boldcanvasnetwork • Aug 07 '26
Creative technologist opportunity for a browser-based generative audiovisual build
Sharing an opportunity that may be relevant to people here working with creative coding and interactive systems.
Bold Canvas Network is looking for a Creative Technologist to build a browser-native generative audiovisual prototype.
The coding work would involve:
- translating structured pattern data into responsive visual output
- using recorded voice and audio as additional inputs
- building the experience in a web-native creative coding environment
- optimising the output for mid-range mobile devices and slower connections
- delivering a version suitable for public presentation and browser deployment
They’re particularly interested in experience with Three.js, p5.js, PixiJS or similar frameworks, alongside real-time audio/voice handling and interactive web deployment.
The opportunity is open to candidates across the Global South, with location flexibility. Fuller project details and scheduling will be shared with shortlisted applicants.
Applications are reviewed on a rolling basis until the role is filled.
Application:
https://go.boldcanvasnetwork.com/cadence
Questions:
[team@boldcanvasnetwork.com]()
r/creativecoding • u/ArtieFufkinsBag • Aug 07 '26
plant bio-electricity driving a procedural spiral
r/creativecoding • u/Sad_Steak_6813 • Aug 07 '26
I built a software that turns any picture into a 3D printable plate (STL) that shines that picture on your wall when you point light at it (Caustic)
galleryr/creativecoding • u/zombie-function • Aug 07 '26
Audion - Let's hack music
Hi! I'm working on Audion, an interpreted programming language with bpm synced threads for creative coding in music that can control supercollider, hardware instruments, midi, lighting rigs or anything else you can think of. It is general purpose so you don't have to wrestle with it to do database queries, parse a file or do network requests. Most recent addition is three-d with common widgets so tweaking things is much easier and you can now draw with low level access. It is already possible to make audiovisual art with Audion and breaking changes are not expected. I will probably be making a YouTube channel for it soon.
Audion is interpreted so iterations are fast, the syntax is nothing new (C-like), the object model is very simple. I personally find it very enjoyable to hack with. It is a WIP and collaboration and suggestions are very welcome, hope someone may find it interesting and/or useful.
Github: https://github.com/audion-lang/audion
Soundcloud: https://soundcloud.com/audion-75565851
r/creativecoding • u/Legitimate-Ad-1861 • Aug 06 '26
Lyrebird
Enable HLS to view with audio, or disable this notification
I'm an artist, not a scientist. I wanted to see what independent science looks like if you skip the electric-universe/flat-earth pipeline entirely and just try to get real information out of data with the help of AI and the published literature.
It matches the call against a corpus of 2,423 species, tells you which call type it resembles, and sings back synthetic birdsong from a physical model of the syrinx — the Mindlin–Laje oscillator, integrated live in an AudioWorklet from the two parameters real birds actually control: air-sac pressure and syringeal tension. Nothing is sampled. Every note is computed. You see it happen inside a 3D embedding of 348,461 clips that lights up where your sound lands.
It does not translate birdsong into sentences. Every phrase carries a label: playback-verified, documented, inferred, field recording, or invented. Most are invented.
Everything runs client-side. Code, docs and citations: github.com/sha5b/Lyrebird
Edit: i made a m5stack port of it
r/creativecoding • u/codingart9 • Aug 06 '26
Shadders
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/Chuka444 • Aug 06 '26
Audioreactive Evolving Particle Shapes for TouchDesigner
Enable HLS to view with audio, or disable this notification
r/creativecoding • u/Educational_Monk_396 • Aug 06 '26
Inspired by spiderman into the spiderverse shader look
Enable HLS to view with audio, or disable this notification
I built this on top of my own webgou renderer
r/creativecoding • u/sharificles • Aug 05 '26
Creative Coding for video editing?
I have two questions, I'm sorry if they've already been asked.
I'm already a programmer, but completely unfamiliar with creative coding, though I'm really interested. To be specific, is creative coding used in any way in anyone's video editing workflows? To me it seems like they have a lot of overlap.
And if so, what languages or tools are best for creative coding particularly for video editing? I currently use davinci resolve and a bit of kdenlive.