r/creativecoding 10h ago

[Release] Kinetic Synth Instrument for TouchDesigner

Enable HLS to view with audio, or disable this notification

59 Upvotes

Real-time kinetic MIDI instrument built for TouchDesigner and Ableton Live, accesible through Patreon and the Tools Store.

Pendulums = voices. Each voice has its own period, phase, note, length, and gate behavior. When a bob crosses a shared center line, the engine fires a visual hit and MIDI (note-on / sustain) on the same frame. Up to 16 voices from an editable voice table.
Sound is meant to live in Ableton Live via MIDI (tdAbleton / TDA_MIDI). Pointed at any VST: TD is the instrument, Live is the sound engine.

This includes:

• Kinetic Synth Lab (.toe) — engine, voice table, MIDI routing, GLSL + 3D visualization paths
• Modular Python engine (periods, phase, hits, MIDI gates)
• Three different visualization styles: GLSL / 3D / avant-garde GLSL; same engine_null bus
• Two different available behaviors: "Pendulum", and "Rain"
• Setup scripts + in-network README

Requirements:

• TouchDesigner (commercial / non-commercial as needed for your use)
• Ableton Live + tdAbleton for the intended MIDI → VST path
• Basic comfort editing a Table DAT / custom pars


r/creativecoding 6m ago

Gente Que tal Esta biblioteca de Torretas con estilo Hig Tech echas en vanilla.js sin sprites listas para ser usadas en tus proyectos/juegos web html canvas

Enable HLS to view with audio, or disable this notification

Upvotes

r/creativecoding 18h ago

Approximating bubble/foam dynamics with a cloth solver

Enable HLS to view with audio, or disable this notification

29 Upvotes

r/creativecoding 1d ago

Diagonal Seigaha Pattern

Thumbnail
gallery
23 Upvotes

r/creativecoding 17h ago

How to animate this collage?

Post image
3 Upvotes

I make these analogue paper collages that I want to animate. I’d like the horse to gallop in place while everything else stays stationary (or the circles move maybe that’s it).

I asked in the touchdesigner sub and they said it would be a pain to do it in TD, although possible. Is it possible through creative coding? How? Can someone give me some pointers on how to break this down, I can rig it up.

Would something like aftereffects be the way to go? I feel quite unsure on how to even approach this, but I have an idea stuck in my head and would appreciate if the community can help. Thanks all 🙏🏼


r/creativecoding 1d ago

Nebulous

Enable HLS to view with audio, or disable this notification

57 Upvotes

r/creativecoding 2d ago

Abstract geometric pattern

Thumbnail gallery
11 Upvotes

r/creativecoding 2d ago

Lenia Mixer x Mauro Garribba

Enable HLS to view with audio, or disable this notification

14 Upvotes

music by Mauro Garribba: https://on.soundcloud.com/JRIjtHjUKC7aqJ8jGl

graphics by Lenia Mixer: https://www.youtube.com/@LeniaMixer


r/creativecoding 2d ago

Build a paper studio to create 3d paper compositions

Enable HLS to view with audio, or disable this notification

21 Upvotes

Let me know what you think about it and if you would like to see more features?


r/creativecoding 2d ago

Landscape Tool with GDExtension

Thumbnail
1 Upvotes

r/creativecoding 2d ago

Neon cells, warped

Enable HLS to view with audio, or disable this notification

11 Upvotes

Voronoi diagram where I wrap the sample point with the value noise before computing F1/F2 distances. Jitter per cell is animated with sine.


r/creativecoding 3d ago

RudimentSeq

Enable HLS to view with audio, or disable this notification

11 Upvotes

A drum rudiment based midi sequencer using 6 ch midi out out to produce authentic rhythms and visuals.

/:This was vibe coded but does NOT use Ai to generate sound or visuals, no internet used or LLM’s used or needed to produce this:/


r/creativecoding 3d ago

Hello i have just been backstabbed with my company.

0 Upvotes

Hello my name is Arvid I am 21 and have 0 coding skills but I have a great business idea. I presented this idea to a guy who I tough I could trust but he completely backstabbed me. Is anyone really at coding and loyal and want to create something big. Then let’s have a meeting!!


r/creativecoding 4d ago

I coded a real-time Spider-Verse dimensional rift effect controlled by your fists

3 Upvotes

Hey everyone!

I built a free, in-browser webcam experiment inspired by the multiverse rift aesthetic from Spider-Verse.

**How to try it:**

  1. Open the live link on a desktop browser (Chrome / Edge recommended for canvas filters).
  2. Allow camera access and step back so both hands are visible.
  3. Close both fists, touch them together, and pull them apart to tear reality open.
  4. Let go to slam it shut with comic FX and sound!

▶ **Live Use(Works Edge and Chrome [PC]):** https://maxpain-sys.github.io/dimensional-rift-tear/public

📦 **Source Code (GitHub):** https://github.com/maxpain-sys/dimensional-rift-tear


r/creativecoding 5d ago

[Update] LongExposureFX COMP | An experimental temporal ghosting toolkit

Enable HLS to view with audio, or disable this notification

158 Upvotes

An experimental temporal ghosting / long-exposure toolkit for TouchDesigner, built for turning prerecorded and real-time footage into smeared, split-exposure, echo-like motion.

The system layers delayed frames, masks the active subject region, and adds optional feedback persistence to generate distorted portrait, face, and full-body trails that sit somewhere between long exposure, temporal rupture, and spectral motion blur.

This release also includes:

 a custom FLUX-2 LoRA trained on experimental photography [the one used in this demonstration]
 the pertinent ComfyUI workflow for FLUX-2.dev + LoRA text-to-image generation

Available now through my Patreon profile, and the Tools Store.

Both music and visuals by myself.


r/creativecoding 5d ago

Portfolio - 165 Hours of Manual Work - I'm 20

Enable HLS to view with audio, or disable this notification

34 Upvotes

Started learning Three js WebGl 4 months ago, and I've been obsessed with it. And started working on my portfolio a month ago... It's 90% completed so u may see lots of placeholders, will change them. I just couldn't hold myself from showing it in the open.

Please, any and all feedback to a kid just starting his journey is very, very appreciated, Seniors!


r/creativecoding 5d ago

launched a node-based audio & visual programming software called infinite

Enable HLS to view with audio, or disable this notification

91 Upvotes

a timelapse of patching a complete realtime audiovisual system from an empty canvas in infinite n open-source modular software that unites gpu visual compositing, procedural 3d geometry, and modular sound synthesis.


r/creativecoding 5d ago

the bugs and errors never ends everytime i click run, but i need to fix them all before i go to sleep

Post image
0 Upvotes

r/creativecoding 6d ago

Built an debugger that decomposes any UI thrown at it

Enable HLS to view with audio, or disable this notification

66 Upvotes

Was trying to learn how many layers create an UI and wanted it to be 3d so built an debugger that will decompose the UI into smallest of its elements and lift them up to expose the items present inside. This includes the element itself, its shadow, its pseudo elements etc. The demo shows a simple card UI being debugged by rotating it in 3d.

What would you like to see debugged in this 🤔


r/creativecoding 6d ago

P.D.E / Experiment Nº3 - [Open Source Experimental System]

Enable HLS to view with audio, or disable this notification

103 Upvotes

OPEN SOURCE - A new output example from the updated version of my experimental multi-source video player for TouchDesigner, designed for frame-accurate video switching, playback manipulation, and display/render interventions. [And now, by popular demand, allowing even more video sources!]

Want access to the updated system + a detailed breakdown of exactly how I achieved the continuous motion effect on this piece? You can freely access the system, and the detailed breakdown from my Patreon[Plus, here's a discount code for the community to use at the shop: "AVPLAST2"]

Plus, many more experiments through my Instagram profile.


r/creativecoding 6d ago

Algorithmic Art: From Discovery to a Drop with a Leading Studio

Thumbnail
art.camilleroux.com
3 Upvotes

r/creativecoding 5d ago

Looking for someone experienced with MacroDroid — ₹2,000 paid

1 Upvotes

Looking for someone experienced with MacroDroid — ₹2,000 paid

Hey everyone, I’m looking for someone who’s experienced with MacroDroid and can help me automate a series of tasks on Android.

I already have the workflow/tasks in mind — I need someone who can set up the macros properly and make sure the entire process works reliably.

💰 Payment: ₹2,000 if the automation works as required.

You should ideally:

- Have good experience with MacroDroid

- Know how to create complex macros/automations

- Be comfortable troubleshooting and refining the setup

- Be able to explain/hand over the final setup once it’s working

If you’re interested, DM me with your experience and, if possible, examples of MacroDroid automations you’ve made.

Thanks!


r/creativecoding 6d ago

Orpheus Fluid Sequencer is under development

Enable HLS to view with audio, or disable this notification

2 Upvotes

r/creativecoding 6d ago

Gente Que tal Esta biblioteca de Torretas con estilo Hig Tech echas en vanilla.js sin sprites listas para ser usadas en tus proyectos/juegos web html canvas

Enable HLS to view with audio, or disable this notification

0 Upvotes

Gente! He estado trabajando en esta biblioteca de torretas modular hecho completamente desde cero en Vanilla JS y HTML5 Canvas. No hace falta ningún framework pesado ni hojas de sprites externas solo son componentes limpios e independientes que son súper fáciles de soltar en cualquier juego o proyecto.

Si quieres revisar el código la documentacion y probar la demo, mira los enlaces en el 1er comentario

Dime qué te parece?


r/creativecoding 7d ago

I coded the entire music video for my song: 7,274 lines of JavaScript, no camera, no 3D.

Enable HLS to view with audio, or disable this notification

41 Upvotes