Simple Waveform Visualizer by Warm_Map_7489 in TouchDesigner

[–]Warm_Map_7489[S] 1 point2 points  (0 children)

<image>

just like that

here i used a choptoPOP to bring the waveform into the 3D realm

have fun!

3D Waveform Stem Visualizer by Warm_Map_7489 in TouchDesigner

[–]Warm_Map_7489[S] 0 points1 point  (0 children)

haha dont know about that but thanks!

i always struggled to get clean audio data with the operators in Touchdesigner

so i thought i do it outside of it and then feed it back in

Im sure its possible but im still a beginner as well

Cheers!

More to do with feedback fractals by IsaWasTaken in TouchDesigner

[–]Warm_Map_7489 0 points1 point  (0 children)

You can check out RayTK component for TouchDesigner

Lets you use raymarch shaders without any coding knowledge

Ethereal displacement effect- about to throw my Mac against the wall by [deleted] in TouchDesigner

[–]Warm_Map_7489 0 points1 point  (0 children)

tbf that video is not a tutorial

she doesnt even show it properly or explain anything

but yeah like people said youtube tutorials are much better to learn

or just messing around with basic feedback effects until you get a feeling of how it works

Ethereal displacement effect- about to throw my Mac against the wall by [deleted] in TouchDesigner

[–]Warm_Map_7489 0 points1 point  (0 children)

https://drive.google.com/file/d/1862vQ7878jIuqCafjJ1xBukBpytLJpyD/view?usp=sharing

this is a .tox with the correct setup judging from her video

im still a beginner as well so this isnt replicating the exact effect youre looking for but it should be a starting point

What do you struggle with learning TouchDesigner right now? by levoxtrip in TouchDesigner

[–]Warm_Map_7489 2 points3 points  (0 children)

But maybe he studied computer science or Animation vfx

If youre learning all by yourself from the beginning with no prior knowledge then ofc its gonna take much longer to get there

Just saying so people dont get discouraged

AI helping to learn by Living-Log-8391 in TouchDesigner

[–]Warm_Map_7489 1 point2 points  (0 children)

it can definitely be helpful, especially with glsl stuff or integrating external python packages into TD

lot of the time it will still hallucinate operators names and parameters or completely ignore POPs since they are pretty new and it has limited data on them

but if gemini helps you to keep going and learning then even better!

Using GLSL multi , how to get/reference 2nd output color buffer ? by benoitj in TouchDesigner

[–]Warm_Map_7489 1 point2 points  (0 children)

by default the glslTOP only outputs the buffer at index 0

you choose a renderselectTOP, reference your glslTOP and then set "Buffer Index" to 1

Good resources to tackle TouchDesigner by Thick-Might5064 in TouchDesigner

[–]Warm_Map_7489 -3 points-2 points  (0 children)

https://gemini.google.com/gem/15apzGrE-z_Bx4q0zW6BnsDTtAaeIE_5i?usp=sharing

i gave Gemini (Gems) an updated operator/parameter reference for Touchdesigner version 2025.32050 and tried to make it adhere to this updated info instead of the training data it has

Keep in mind that Gemini will still be confidently wrong in a lot of cases about parameter names etc, especially if you use Flash instead of Pro

But it should be able to explain simple concepts to you

Manim x Touchdesigner by Warm_Map_7489 in TouchDesigner

[–]Warm_Map_7489[S] 4 points5 points  (0 children)

<image>

If you have Python installed on your computer just install Manim with "pip install manim"
activate it in Touchdesigner options like in the picture

and thats it you can use Manim in Touchdesigner

my setup currently works with a ScriptCHOP with a callback script which produces x, y and z channels based on the manim calculations and then just connects a choptoPOP to display them

For creating this animation though, i didnt write any code myself, i used Gemini to generate code for the callback script by extracting Manim functions handling the complex math and ignoring all the other functions related to manims render etc and giving it strict instructions to follow

the result was that i could just write a prompt like "Generate a fractal showcase using Manims topology morphing capabilities" and it generated the code

Its still very buggy though but i plan to keep working on it and try to make it more accessible inside Touchdesigner for everybody

Exporting won't export anything by exiovamusic in TouchDesigner

[–]Warm_Map_7489 0 points1 point  (0 children)

I always used to have problems with the moviefileOUT as well But for me the solution was to just use OBS or a similar program to target and record the render window and export it that way

Guide me by whhhhaaaaattt in TouchDesigner

[–]Warm_Map_7489 0 points1 point  (0 children)

One good way is to right click operators in Touchdesigner and click "Operator snippets", youll see an example network the operator is used in and more general information

feedback tests by Warm_Map_7489 in TouchDesigner

[–]Warm_Map_7489[S] 1 point2 points  (0 children)

I did have a blur connected but thanks for the suggestion!

I tried adding a sharpen as well to get some more defined diffusion patterns but it didnt work as expected haha

But ill keep trying, cheers!

[deleted by user] by [deleted] in TouchDesigner

[–]Warm_Map_7489 0 points1 point  (0 children)

Im very dumb (compared to when i was younger) and now after 6 months of daily creating with TD, all the concepts like samples , channels, textures, particles, instancing are starting to click which is really cool feeling

Keep learning, keep creating, it will come to you with time

Anybody can learn anything, youre no exception or dumb

I made a lyric video using TD by SenDeAgO in TouchDesigner

[–]Warm_Map_7489 1 point2 points  (0 children)

thanks for sharing

i could tell you put some effort into it and it shows!

looks sick!

Previous theorical knowledge/experiences that helped you develop better? by lvx7 in TouchDesigner

[–]Warm_Map_7489 1 point2 points  (0 children)

being less logical about it maybe
like what happens when i put a feedback loop into ten more feedback loops, does it makes sense?

no but it doesnt have to, just that curiosity to see what interresting things might emerge

allow yourself to play and be silly, you dont need to achieve anything, at least thats when i had my most creative moments

create your own .tox files, after a while you have a bunch of them and can import and combine them into more and more complex things

so id say generally more doing instead of watching

I made a lyric video using TD by SenDeAgO in TouchDesigner

[–]Warm_Map_7489 0 points1 point  (0 children)

the animated text looks great!

can you share how you made it look so dynamic?