Intermediate1027 Videos

[Touchdesigner+T3D] Sentinel Breakdown

Small Touchdesigner/T3D project overview of the Sentinel video. Music: BLÆRG – Self-Replicating Nanotech Faeries BLÆRG – Gamma Burst BLÆRG – Phonological Manifestations

Watercolor Hand Tracking Brush in TouchDesigner Tutorial

In this beginner tutorial, we’ll dive into hand tracking with MediaPipe and building an interactive watercolor effect in TouchDesigner! You’ll learn how to create a custom hand-tracked brush to paint dynamically on screen, with brush size control, gesture-based clearing, and even video textures as brushes. 📌 Resources & Links: – Clamp Math Component (Free Download) […]

Learn to make this Severance-Inspired ASCII Text Effect with TouchDesigner

This tutorial explains how to make a basic ASCII text effect and then adds movement and interactivity with noise and optical flow feedback. Some techniques covered in this video include texture instancing, replicators, and UV math. Patreon supporters get access to the project file for this tutorial, as well as all my other tutorial files […]

Getting Started with TouchDesigner PBRs – TouchDesigner Tutorial 198

Get access to 200+ hours of TouchDesigner video training, a private Facebook group where Elburz Sorkhabi and Matthew Ragan answer all your questions, and twice-monthly group coaching/mastermind calls here: http://iihq.tv/Trial Ever wonder how to make your materials shine in TouchDesigner? In this video, Christian covers all the different ways to add realism to your 3D […]

Infection 1.1 (Updates & New Features) – TouchDesigner Tutorial 19

In this tutorial, I’m showcasing the ‘Infection 1.1’ system/component I developed using the T3D (3D Texture Operators) Toolkit created by Josef Pelz. How to Access the Infection Component: 1. Join Josef Pelz’s Patreon at the required tier to access the T3D Toolkit. 2. You can download the Infection component directly from my Patreon page. This […]

fluid simulation in TOPs in TouchDesigner

this is my fluid simulation system presented on day two at the TouchDesigner meetup in Berlin in May 2024. The network is a translation of Bruno Imbrizi’s renowned fluid simulation into TOPs (except for the optical flow part, for which I use the default component in the palette). Despite being one of the most sought-after […]

【Gem Seed】Virtual mask Gesture switching | TOUCHDESIGNER TUTORIAL (Beginner Friendly)

You can ask me anything about Touchdesigner or get my TD plug-in on my discord https://discord.gg/Gu8DyehZPN Or follow me on: IG: https://www.instagram.com/luchen_xi/ Hope you like it! Mediapipe plugin and gesture interaction tut from ​⁠@blankensmithing For Point Cloud plugin ​⁠@papacci20 【Gem Seed】Touchdesigner Course (English Version) is online now! You can find it at the link below: […]

Arduino & TouchDesigner & Bitwise Math!

A tutorial that extends the previous Arduino/TouchDesigner video. This one uses bitwise math and a couple python tricks to send the state of three sensors/switches to TouchDesigner using a single byte. Some of the references from the video: My interactive binary/decimal web page: https://rahji.github.io/bits The interactive bitwise math webpage: https://www.advanced-ict.info/interactive/bitwise.html

particle attractors in touchdesigner

i hope you enjoy this fun particle simulator tutorial! happy spring guys. supermarket sallad’s life component (more in depth, please check it out): https://www.youtube.com/watch?v=ba9Mib2Foh4&t=1s&ab_channel=supermarketsallad paketa12’s rgbmath tutorial: https://www.youtube.com/watch?v=hoCCEtWzVGc&ab_channel=paketa12 colour lover picker component: https://derivative.ca/community-post/asset/colour-lover-palette-picker/62697

make Belousov gr8 again in TouchDesigner

Here’s my take on Belousov-Zhabotinsky simulation which is a bit unpleasant to watch on a big screen. My idea was to try to alter the reaction even more using top operators to manipulate RGB values. To my satisfaction, the reaction behaves even better when it is coupled to an interactive input…in our case the mouse. […]

Point Cloud Exporter for TouchDesigner

First of a long series of videos that I will start uploading (hopefully on a somewhat regular basis) about tools and techniques that we can take advantage of within TouchDesigner. You can find the tool at the following link: https://www.patreon.com/posts/ply-exporter-for-123324201 Instagram: @er_peccio Let me know what you think about it / what your suggestions for […]

Mastering GLSL in TouchDesigner, Lesson 6: Basic Procedural Noise

In this lesson of Mastering GLSL in TouchDesigner, we dive into procedural noise, a fundamental tool for generating organic textures and patterns in shaders. You’ll learn about random and pseudo-random numbers, different types of noise (Perlin, Simplex, Value, Worley, Cellular, and Voronoi), and how noise functions can be used to create smooth, natural-looking variations in […]

Unlock Powerful Blob Tracking Features in TouchDesigner

I’ve created a new tool exclusively for my Patreon supporters, bringing all those cool Blob Tracking effects to every version of TouchDesigner. Features: • Unlimited Blobs: No restrictions on the number of blobs you can track. • Custom Thresholding Tools: Fine-tune the blob detection to suit your needs. • Easy Resolution Selection: Quickly adjust the […]

Interactive mirror with optical flow in TouchDesigner

This video is a tutorial to use optical flow as an interactive vehicle to create a responsive mirror composed of a number of spinning circles.

Mastering GLSL in TouchDesigner, Lesson 5: Domain Manipulation

In this lesson of Mastering GLSL in TouchDesigner, we explore domain manipulation, a powerful technique for transforming UV space to achieve unique visual effects. You’ll learn how to translate, scale, rotate, wrap, mirror, and warp domains, allowing you to tile textures, correct aspect ratios, and create complex patterns. 📌 Key Topics Covered: ✅ What is […]

Hand Tracking in TouchDesigner – Master Class Part 2

In this 2nd tutorial in a 3 part series, we’re taking a deep dive into hand tracking using the MediaPipe plugin for TouchDesigner. I’ll walk you through setting up hand tracking, smoothing data, building a custom clamp math component, and extending functionality with distance calculations for more accurate and interactive experiences. This is Part 2 […]

Hand Tracking in TouchDesigner – Master Class Part 1

In this first tutorial in a 3 part series, we’re taking a deep dive into hand tracking using the MediaPipe plugin for TouchDesigner. I’ll walk you through setting up hand tracking, smoothing data, building a custom clamp math component, and extending functionality with distance calculations for more accurate and interactive experiences. This is Part 1 […]

Hand Tracking in TouchDesigner – Master Class Part 3

In this final tutorial in a 3 part series, we’re taking a deep dive into hand tracking using the MediaPipe plugin for TouchDesigner. I’ll walk you through setting up hand tracking, smoothing data, building a custom clamp math component, and extending functionality with distance calculations for more accurate and interactive experiences. 📌 Resources & Links: […]

Generative Point Clouds with TOPs & SOPs in TouchDesigner – TouchDesigner Tutorial 195

Get access to 200+ hours of TouchDesigner video training, a private Facebook group where Elburz Sorkhabi and Matthew Ragan answer all your questions, and twice-monthly group coaching/mastermind calls here: http://iihq.tv/Trial Get the project files here: https://interactiveimmersive.ac-page.com/generative-point-clouds-touchdesigner TouchDesigner includes a number of ways for working with point clouds, whether you’re looking to import pre-existing files or […]

Mastering GLSL in TouchDesigner, Lesson 4: Drawing Shapes & Essential GLSL Functions

In this (longer) lesson of Mastering GLSL in TouchDesigner, we dive into drawing simple shapes using GLSL and common math functions that are essential for shader programming. You’ll learn how to use functions like fract(), mod(), step(), mix(), and smoothstep() to manipulate values and create dynamic visuals. We’ll also explore how to draw circles and […]

iPad drawing into StreamDiffusion – Touchdesigner Tutorial

In this tutorial we have a look at how to create realtime AI generated videos using dotsimulates StreamDiffusion integration for Touchdesigner. By using the App Tagtool on the iPad we can feed sketches directly into Touchdesigner via NDI. This is such a fun and inspiring process and allows for very cool interactive installations. Get DotSimulates […]

mouse attracted particles – touchdesigner tutorial

components ( free to download ) : ➤ https://github.com/duemo/touchdesigner-tutorials or https://www.patreon.com/posts/attracted-top-121896391?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator&utm_content=join_link original creator : @supermarketsallad ⟸ channel : https://www.youtube.com/@supermarketsallad attractor : https://www.youtube.com/watch?v=GFSbk5rO6f8 life 2.0 : https://www.youtube.com/watch?v=ba9Mib2Foh4 – EP[01] we setup the basic system – EP[02] next up : we will add kinect and mediapipe

Mastering GLSL in TouchDesigner, Lesson 3: Shader Macros, Color Spaces, and Bit Depth in GLSL

In this lesson of Mastering GLSL in TouchDesigner, we explore key concepts that will deepen your shader programming skills. You’ll learn about macros (#define), how to include external GLSL code, and the impact of bit depth on image precision. We’ll also break down color spaces (RGB vs. HSV) and show how to work with color […]

Motion controlled particles system in TouchDesigner

The video tutorial shows how we can use our body movement in front of a webcam to control the emission of particles in TouchDesigner.

Create virtual buttons in TouchDesigner with motion detection

This tutorial explained how we can use simple motion detection technique in TouchDesigner to design virtual buttons for interaction design.

Quantized Reaction Diffusion in TouchDesigner & T3D

This tutorial uses TouchDesigner and T3D to create “quantized reaction diffusion.” This is my concise way of saying: a bounding volume of quantized noise, which guides the growth of 3D reaction diffusion into boxlike structures. T3D is a collection of operators in TouchDesigner that allows you to work with 3D Textures. T3D 1.8 can be […]

Mastering GLSL in TouchDesigner, Lesson 2: Texture Sampling and Per-Texel Calculations

In this lesson of Mastering GLSL in TouchDesigner, we dive into texture sampling and per-texel calculations, exploring how shaders process images at the pixel level. You’ll learn about gl_FragCoord, UV coordinates, and the difference between texture() and texelFetch(). We’ll also cover practical applications like creating gradients, flipping textures, and manipulating image data in real-time. By […]

GLSL Snippets: Voronoi Effect in TouchDesigner – TouchDesigner Tutorial 192

Get access to 200+ hours of TouchDesigner video training, a private Facebook group where Elburz Sorkhabi and Matthew Ragan answer all your questions, and twice-monthly group coaching/mastermind calls here: http://iihq.tv/Trial Get the project files here: https://interactiveimmersive.ac-page.com/glsl-voronoi-effect-touchdesigner The third video in our series of bite-sized GLSL techniques, this tutorial will guide you through creating a classic […]

How to make a generative MIDI sequencer in TouchDesigner

I was finally able to find the 5 or so hours I need to shoot and edit a tutorial so here it is! Make your own generative MIDI sequencer in TouchDesigner. I advise you to get familiar with the particular MIDI instrument your using because I may not be able to help you on how […]

Mastering GLSL in TouchDesigner, Lesson 1: Writing your First Shader in TouchDesigner!

In this lesson of Mastering GLSL in TouchDesigner, you’ll set up your first GLSL TOP and write a basic shader from scratch. We’ll cover essential concepts like uniforms, textures, and output buffers, giving you a solid foundation for GPU programming. By the end, you’ll understand how shaders execute per pixel and how to manipulate their […]

3D Particle GPU Interactive Camera | TouchDesigner Tutorial

In this session, we’ll explore how to create a cool 3D particle outline effect, intended to highlight a person with a cloud of particles. I will show you a few easy techniques like particle instancing, camera input and dynamic forces to control your particles, and more. First part contains everything you need to know to […]

Custom Nvidia Flex setup + using OpSequencer preset system [TouchDesigner Project Rundown]

This is a project breakdown of the file available on my Patreon, as well as the tools used (and many more): https://www.patreon.com/posts/120636591 For a “standard” TD Flex tutorial I suggest checking out: https://youtu.be/Vzj29UAk2HIIn this breakdown I use the ComplexOp in the Flex position feedback to add some beautiful chaos to the system. The other main […]

【Gem Seed】3D Laser scanning dissipation | TOUCHDESIGNER TUTORIAL (Beginner Friendly)

You can ask me anything about Touchdesigner or get my TD plug-in on my discord https://discord.gg/Gu8DyehZPN Or follow me on: IG: https://www.instagram.com/luchen_xi/ Hope you like it! 【Gem Seed】Touchdesigner Course (Chinese Version) https://www.bilibili.com/cheese/play/ss9558 https://www.bilibili.com/cheese/play/ss35676 English version coming soon on Udemy!

TouchDesigner & ComfyUI: Magic AI Photobooth – TouchDesigner Tutorial 190

Get access to 200+ hours of TouchDesigner video training, a private Facebook group where Elburz Sorkhabi and Matthew Ragan answer all your questions, and twice-monthly group coaching/mastermind calls here: http://iihq.tv/Trial ComfyUI is a free, node-based interface for Stable Diffusion that empowers users to create sophisticated custom image-generation workflows. In this video, Scott Mann showcases how […]

TouchDesigner ScriptCHOP Introduction (with Face Detection)

It is a demonstration on how to write Python code for the TouchDesigner ScriptCHOP. It used the OpenCV Face Detection example (YuNet). Details and download are available in my Patreon post, https://www.patreon.com/posts/touchdesigner-119617789

GLSL Snippets: Quantization in TouchDesigner – TouchDesigner Tutorial 189

Get access to 200+ hours of TouchDesigner video training, a private Facebook group where Elburz Sorkhabi and Matthew Ragan answer all your questions, and twice-monthly group coaching/mastermind calls here: http://iihq.tv/Trial Continuing our series of bite-sized GLSL techniques in TouchDesigner, this video will teach you how to create aspect-correct pixelation patterns via quantization. While creating the […]

Installation of Python interpreter and external libraries for TouchDesigner (Part 2)

This is a demo on how to install the Python interpreter and other external libraries in your own account (not the whole Windows system) for integration with TouchDesigner.

3D PointClouds wirelessly with iPhone in Touchdesigner

Today we’re learning how to create 3d pointclouds, commonly seen with the kinect camera, but using the iphone’s depth sensor to create these 3D videos that can be done on Mac or Windows. DOWNLOAD this file and other free project files on my pateron here: https://www.patreon.com/PJCreations — Patreon : https://www.patreon.com/PJCreations Website : https://nicholasmarriott.cargo.site/ Instagram : […]

Installation of Python interpreter and external libraries for TouchDesigner

It is a demonstration of the installation of the Python interpreter (3.11) and a few external libraries, such as OpenCV and MediaPipe. Stay tuned for the later tutorials on how to use them in TouchDesigner.

Oil Slick – fluid displacement – TOUCHDESIGNER TUTORIAL

These tutorials are made possible by the wonderful supporters on Patreon. Thank you all. Consider subscribing there – to make more of these possible – and to download the project files and more. I usually add some extra spice to the Patreon files. https://www.patreon.com/c/supermarketsallad —– Paketa 12 recursive displace diive deeper into normal maps: —– […]

DJ Controlled Audio-reactive DMX Lighting in UE5 with TouchDesigner

This video walks through a project where I explore audio-reactive DMX lighting using TouchDesigner to analyze audio from my DJ controller to have virtual lights in Unreal Engine dance to the music. Featured (Royalty Free) Artist: prazkhanal https://pixabay.com/users/prazkhanal-24653570/ Main Song: Mysteries | Slap House Music https://pixabay.com/music/deep-house-mysteries-slap-house-music-245148/ Background Song: Inner Desires | R&B Soul Music https://pixabay.com/music/beats-inner-desires-rampb-soul-music-250739/ […]

[03] CHOPs – Channel Operators – TouchDesigner Tutorial

In this episode we will learn about CHOPs operators or channels. We will learn how to control numbers and in the second chapter we will see how to obtain and implement data from the mouse, keyboard, joysticks and MIDI controllers. Files here: https://www.patreon.com/posts/touchdesigner-118079569 💬 If you have any questions, feel free to ask! 👉 Get […]

TouchDesigner ComfyUI Tutorial – Connecting TD x COMFYUI

In this video, I covered the process of connecting ComfyUI with TouchDesigner.

Magic Mirror Effect: Working with StreamDiffusion in TouchDesigner

Get access to 200+ hours of TouchDesigner video training, a private Facebook group where Elburz Sorkhabi and Matthew Ragan answer all your questions, and twice-monthly group coaching/mastermind calls here: http://iihq.tv/Trial Scott Mann teaches you how to use StreamDiffusion with TouchDesigner to build an interactive magic mirror! See your movements mirrored and transformed into AI-generated visuals […]

Point Cloud & OBJ disintegration Touchdesigner Tutorial

DOWNLOAD this file and other free project files on my pateron here: https://www.patreon.com/PJCreations Today’s project file / tutorial shows how we can convert objs to point clouds, and then explode these pointclouds by integrating noise. — Patreon : https://www.patreon.com/PJCreations Website : https://nicholasmarriott.cargo.site/ Instagram : https://www.instagram.com/nicholaspjm/ #audiovisual #touchdesigner #3drender #objecttracking #td #download #visualizer #download #freeprojectfile #td […]

Face tracking using TouchDesigner and Unreal Engine

Get the plugin here: https://www.patreon.com/user/shop/osctoolset-v2-0-570965?u=82902720&utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=productshare_creator&utm_content=join_link Or here: https://eusebijucgla.gumroad.com/l/osctoolset For an overview of the OSCToolset Plugin you can see it here: https://youtu.be/2o008GAradE This is a simple example of how to use the facial tracking CHOP from TouchDesigner and send the generated channel data to Unreal Engine. Discord! If you want to share bugs or have questions […]

TouchDesigner駆け込み寺

Discord Server 参加リンク https://discord.com/invite/gWy7XUdf

Generative Audio Reactive Geometric Shapes in TouchDesigner

DOWNLOAD this file and other free project files on my pateron here: https://www.patreon.com/PJCreations — Patreon : https://www.patreon.com/PJCreations Website : https://nicholasmarriott.cargo.site/ Instagram : https://www.instagram.com/nicholaspjm/ #audiovisual #touchdesigner #3drender #objecttracking #td #download #visualizer #download #freeprojectfile #td #touchdesignercommunity #touchdesignerlearning

Flow3D 1.2 (Uptades + Project File) – TouchDesigner Tutorial 17

In this tutorial, I’ll be exploring the recent update to the Flow3D component, a real-time fluid and smoke simulation tool for TouchDesigner. This update focuses on enhancing the accuracy of fluid and smoke dynamics and introduces several new features: Improved Simulation Accuracy: Enhancing the realism of fluid and smoke behavior. Additional Controls: Offering more flexibility […]

create this abstract scifi cube in TouchDesigner

In this video you will see my steps to create this visual with a box SOP in TouchDesigner. The .toe file for this patch is available to download: https://www.patreon.com/posts/create-this-cube-116905269?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator&utm_content=join_link Join TenderWorld Discord server to ask questions and communicate with other artists: https://discord.gg/hmgBtWY5qF If you are interested in sound design, follow my works here: https://www.youtube.com/@hadessonata #tutorial […]

Audio Reactive Techniques in Touchdesigner

DOWNLOAD this file and other free project files on my pateron here: https://www.patreon.com/PJCreations — Patreon : https://www.patreon.com/PJCreations Website : https://nicholasmarriott.cargo.site/ Instagram : https://www.instagram.com/nicholaspjm/ #audiovisual #touchdesigner #3drender #objecttracking #td #download #visualizer #download #freeprojectfile #td #touchdesignercommunity #touchdesignerlearning

Trace and Blob Tracking Effect in Touchdesigner

DOWNLOAD this file and other free project files on my pateron here: https://www.patreon.com/PJCreations — Patreon : https://www.patreon.com/PJCreations Website : https://nicholasmarriott.cargo.site/ Instagram : https://www.instagram.com/nicholaspjm/ #audiovisual #touchdesigner #3drender #objecttracking #td #download #visualizer #download #freeprojectfile #td #touchdesignercommunity #touchdesignerlearning

Use container COMPs to create generative patterns in TouchDesigner

Welcome back to this new tutorial! If you can spot the error I made (and ignored ) in this patch you can decide the next tutorial subject. remember to explore all the operators and find fun was to mis-use them!

Audio Reactive Pointcloud in Touchdesigner

DOWNLOAD this file and other free project files on my pateron here: https://www.patreon.com/PJCreations — Patreon : https://www.patreon.com/PJCreations Website : https://nicholasmarriott.cargo.site/ Instagram : https://www.instagram.com/nicholaspjm/ #audiovisual #touchdesigner #3drender #objecttracking #td #download #visualizer #download #freeprojectfile #td #touchdesignercommunity #touchdesignerlearning

Audioreactive visuals using TouchDesigner and Unreal Engine

Get the plugin here: https://www.patreon.com/user/shop/osctoolset-v2-0-570965?u=82902720&utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=productshare_creator&utm_content=join_link Or here: https://eusebijucgla.gumroad.com/l/osctoolset For an overview of the OSCToolset Plugin you can see it here: https://youtu.be/2o008GAradE This is a simple example of how to make audio reactive visuals between TouchDesigner and UnrealEngine. To do that I am using my new Plugin OSCToolset, which uses OSC to send data from TouchDesigner […]

Touchdesigner Tutorial – 3D Content onto Curved Walls

My puppet has recorded a tutorial about creating realtime anamorphic visuals onto curved walls (and many kinds of non-flat surfaces). It can also be a good starting point for Virtual Production. It’s using a well known technique in VFX called projection mapping. Hope you’ll find it useful. The Touchdesigner project file is available for contributors […]

TouchDesigner replicator

How to use replicator node in TouchDesigner and calculate rotation of rolling sphere in glsl.

Interactive Networks in TouchDesigner For Playtron or MIDI – The Basics and Core Logic Part 4 of 9

Remember, this video is the second part of Video 3 in this series. Here, we’ll cover how to create a simple interactive network. Get Project Files Here 👉https://okamirufu.link/project_files_collections ============================= *VIDEO SUMMARY* 00:00 Intro 00:37 Fixing Instances: We’ll adjust the instance values so they work correctly in the Geo component of TouchDesigner. Remember, we need to […]

Walking Through Trees: Instancing and Collision Detection – TOUCHDESIGNER TUTORIAL

Music Credits: I love these artists and their music!!!! “Kamela (Across An Ocean)” by Elekktronaut “MADLY, Pt. 1 (Wind Down Soundscape)” by The Blaze and Endel “Mount the Blaze” by The Blaze “Ray Of Solar (B Side Edit)” by Swedish House Mafia “Ray of Solar” by Swedish House Mafia “Rise the Blaze” by The Blaze […]

Easy Monochrome Effect with GLSL in TouchDesigner

Get access to 200+ hours of TouchDesigner video training, a private Facebook group where Elburz Sorkhabi and Matthew Ragan answer all your questions, and twice-monthly group coaching/mastermind calls here: http://iihq.tv/Trial Download the project files here: https://interactiveimmersive.ac-page.com/easy-monochrome-effect-glsl-touchdesigner Let’s dip our toes into GLSL by coding a simple monochrome effect shader with the GLSL TOP. GLSL is […]

Text Particle Transitions in TouchDesigner

Add this effect to your lyric video or use it to fancy up your captions on your next social post. This method isn’t limited to text through. You could replace the text SOPs with all sorts of shapes, geometry, etc to transition between. My Patreon supporters get access to the project file for this tutorial, […]

【Gem Seed】 Super useful camera movement – Touchdesigner Tutorial

Hope you like it! If you have any questions feel free to ask. Or follow me on: IG: https://www.instagram.com/luchen_xi/ 【Gem Seed】Touchdesigner Course (Chinese Version) https://www.bilibili.com/cheese/play/ss9558 https://www.bilibili.com/cheese/play/ss35676 English version coming soon on Udemy!

Image to PointCloud in Touchdesigner Tutorial

DOWNLOAD this file and other free project files on my pateron here: https://www.patreon.com/PJCreations — Patreon : https://www.patreon.com/PJCreations Website : https://nicholasmarriott.cargo.site/ Instagram : https://www.instagram.com/nicholaspjm/ #audiovisual #touchdesigner #3drender #objecttracking #td #download #visualizer #download #freeprojectfile #td #touchdesignercommunity #touchdesignerlearning

3D Basics in Touchdesigner – Tutorial for Beignners

DOWNLOAD this file and other free project files on my pateron here: https://www.patreon.com/PJCreations — Patreon : https://www.patreon.com/PJCreations Website : https://nicholasmarriott.cargo.site/ Instagram : https://www.instagram.com/nicholaspjm/ #audiovisual #touchdesigner #3drender #objecttracking #td #download #visualizer #download #freeprojectfile #td #touchdesignercommunity #touchdesignerlearning

AI Images to 3D Point Clouds + Interaction in TouchDesigner w/ Playtron MIDI – Part 3 of 9

We will Transform AI-generated images into 3D Point Clouds and create interactive, audio-reactive visuals in TouchDesigner using Playtron – Get Project Files Here 👉https://okamirufu.link/patreon_shop – Video Summary 00:00 Introduction 00:00 Overviews: Let’s summarize the entire network we’ve created in TouchDesigner to process the point cloud files generated with AI. Additionally, 01:30 Demo: I’ll showcase a […]

Simple PRO TouchDesigner Tips & Habits: Part 2

Get access to 200+ hours of TouchDesigner video training, a private Facebook group where Elburz Sorkhabi and Matthew Ragan answer all your questions, and twice-monthly group coaching/mastermind calls here: http://iihq.tv/Trial In this video, Crystal covers more tips and habits that will make you more of a pro in TouchDesigner. These habits and tips are more […]

42 Python in Touchdesigner : "0 to Her0" :: Engine Based Mediaplayer

Hello everyone! In this tutorial, we’ll dive into the first step for creating our VJ setup. We’ll explore the moviefileinTOP operator in depth and how to build a media player optimized for live performance. In addition, we’ll cover the different video codecs you can use. Each codec has its own strengths and weaknesses, especially when […]

Touchdesigner Tutorial – QuadReprojection (Anamorphosis)

A Touchdesigner tutorial about a technique my puppet master loves a lot, called Quad Reprojection. It allows to make anamorphic visuals… and much more. The TD project file is available on our Patreon : www.patreon.com/b2bk If you have some questions, please comment here or write to me on IG : www.instagram.com/b2bk.fr Have fun.

Touchdesigner png sequencer + playback

playback your png sequences at any desired speed ( max fps ? ) I haven’t yet explored the limitations of this system, but the scripting seems to run fine so hope it’ll be usefull for you ! . download project for free : https://www.patreon.com/posts/touchdesigner-115547664?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator&utm_content=join_link

L-Systems & Particles | TouchDesigner Tutorial

Hey, that’s a brief introduction to working with L-Systems in TouchDesigner along with some particles. I hope you’ll fine it helpful 🙂 A link to the free project file: https://anyamaryina.gumroad.com/l/ocmhk Timestamps: 00:00 Intro 00:32 Creating a general layout 01:45 L-System overview 07:09 Transforming the tree into particles 09:54 Post-processing 11:32 Additional particles 14:59 Adjusting light […]

FLOW3D (RealTime Fluid/Smoke Simulation) – TouchDesigner Tutorial 16

I’m super excited to share with you all ‘FLOW3D,’ a Real-Time Fluid/Smoke simulation and component made with TouchDesigner. The component is available exclusively on my Patreon for patrons only. I recommend checking out the T3D Toolkit by Josef Pelz on his Patreon page, which is extremely useful for FLOW3D: https://www.patreon.com/JosefPelz I hope you enjoy these […]

Surveillance Blob Tracking & Line Tracing | TOUCHDESIGNER TUTORIAL & PROJECT FILE DOWNLOAD

Hey! Today we’re doing a requested tutorial from my tiktok and YT shorts to show the technique used for a music visualiser I did. DOWNLOAD this file and other free project files on my pateron here: https://www.patreon.com/PJCreations — Patreon : https://www.patreon.com/PJCreations Website : https://nicholasmarriott.cargo.site/ Instagram : https://www.instagram.com/nicholaspjm/ #audiovisual #touchdesigner #3drender #objecttracking #td #download #visualizer #download […]

Create Kinetic Typography in Touchdesigner | Tutorial

Tutorial of a simplified version of my Kinetipo Tool made in touchdesigner. You can find the complete version of this tool on my Gumroad: https://diogodiogodiogo.gumroad.com/l/kinetipo # text1 script: op(‘table2’).clear() myText = str(op(‘null1’)[0,0]) for i in myText: op(‘table2’).appendRow(i) op(‘table2’).appendRow([“”]) # text2 script: op(‘table3’).clear() all_rows = op(‘table2’).rows() for _ in range(int(2)): for row in all_rows: op(‘table3’).appendRow(row)

Button States in TouchDesigner: Momentary, Toggle & Radio Modes with Playtron – Part 2 of 9

We dive into TouchDesigner’s button states—Momentary, Toggle, Radio, and Exclusive showing how to create interactive responses. You’ll learn practical applications for each state and see a custom Playtron MIDI setup in action. Free Component Here 👉 https://okamirufu.link/frees_collections Part 1: https://www.youtube.com/watch?v=wA_uGNz4YvI&t=10s – Free VJ Pack Collections – Over 150 Videos and Growing 👉 https://okamirufu.link/free_vj_pack_y AI voice […]

Control DSLR Cameras from TouchDesigner

In this tutorial we create a component in order to control a DSLR camera from TouchDesigner via digiCamControl, a software for camera control. https://digicamcontrol.com/ 00:00 Intro 01:15 digiCamControl 04:49 Creating the network 18:15 EngineCOMP 19:43 Subprocess Duration Grab the .tox from github: https://github.com/morphesgit/Palette

TouchDesigner Stream Diffusion (Installing at testing @dotsimulate Tool)

In this video I’m giving a short a “how to install Stream Diffusion” little troubleshooting that happened when I tried to install. Might be just me. But I put it in case. And the last part trying out the tool and Exploring with making it sound reactive. 00:00 how to install Stream Diffusion 02:50 a […]

Projection Mapping Content with TouchDesigner

Get access to 200+ hours of TouchDesigner video training, a private Facebook group where Elburz Sorkhabi and Matthew Ragan answer all your questions, and twice-monthly group coaching/mastermind calls here: http://iihq.tv/Trial In this video, Christian shows a few different projection mapped visuals in TouchDesigner. Using these different concepts, you can start to create your own visuals […]

10XCC – TouchDesigner – 017

New touchdesigner stream. Feel free to also checkout my new online Knowledge Base of creative technologies. https://levoxtrip.github.io/TKB/

Create Interactive Multisensory Experiences with TouchDesigner & Playtron MIDI – Part 1 of 9

We’re starting a new 9-video series where I’ll be diving deep into interactivity using Playtron. Get Project Files & Roses Videos Here 👉 https://okamirufu.link/project_files Free VJ Pack Collections – Over 150 Videos and Growing 👉 https://okamirufu.link/free_vj_pack_y AI voice I used: 👉 https://okamirufu.link/eleven_labs – Video Summary 0:00 – *Introduction to Playtronica:* Learn what Playtronica is, how […]

[18] Blob ruidoso – TouchDesigner Tutorial

En este video aprenderemos a crear un efecto de blob o metaball sin utilizar muchos recursos. Para esto usaremos la tecnica de instanciado y luego agregaremos un par de efectos para lograr la visual deseada. 💬 Si tienes alguna pregunta, ¡no dudes en preguntar! 👉 *Obten archivos del proyecto y componentes:* https://www.patreon.com/pao_olea 💫 Instagram: https://www.instagram.com/pao.olea […]

[18] Noisy Blob – TouchDesigner Tutorial

In this video, we will learn how to create a blob or metaball effect without using many resources. For this, we will use the instancing technique and then add a couple of effects to achieve the desired visual. 💬 If you have any questions, feel free to ask! 👉 *Get project files & components:* https://www.patreon.com/pao_olea […]

10XCC – TouchDesigner – 016

New touchdesigner stream. Feel free to also checkout my new online Knowledge Base of creative technologies. https://levoxtrip.github.io/TKB/

Visualizing Sound with Raymarching in TouchDesigner

Cooking up this audio blob with RayTK, lots of post-processing and audio reactivity! Project file available on my Patreon, linked below! Download RayTK – https://github.com/t3kt/raytk Patreon- https://www.patreon.com/posts/visualizing-with-114002853?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator&utm_content=join_link Instagram- https://www.instagram.com/crystalbeth.art/ Gumroad- https://crystalbethart.gumroad.com/l/vzuup

Adam Ferriss’ Churning Hue Cycle Shader in TouchDesigner

Get access to 200+ hours of TouchDesigner video training, a private Facebook group where Elburz Sorkhabi and Matthew Ragan answer all your questions, and twice-monthly group coaching/mastermind calls here: http://iihq.tv/Trial Get the project files here: https://interactiveimmersive.ac-page.com/adam-ferriss-shader-touchdesigner For this next video in our artist-inspired series, we’re going to adapt a shader created by Adam Ferriss for […]

Fixed Width Outlines – TouchDesigner 10

Part of my TouchDesigner 10 series, where I cover topics or projects that can be covered in 10 minutes or less. This video looks at how to create consistently spaced outlines using any black and white shape as an input. This can be used in combination with interactive inputs, like a webcam, or generative visuals […]

Glass Touchdesigner Tutorial – Beginner Easy tutorial for glass effect

You can download the project file in the link below 🙂 https://www.patreon.com/PJCreations — Patreon : https://www.patreon.com/PJCreations Website : https://nicholasmarriott.cargo.site/ Instagram : https://www.instagram.com/nicholaspjm/