Advanced484 Videos

1/3 TouchDesigner Vol.042 Twisted Torus in SOPs

Support TDSW on Patreon https://www.patreon.com/tdsw Registration on Patreon gives you access to sample files. We have prepared a lot of contents to learn the techniques and expression methods of wonderful artists, creators, and developers from all over the world. Please join TDSW Patreon Membership and enjoy your creation! #TouchDesigner #tutorial #tdsw ■ Contents (subject to […]

2/3 TouchDesigner Vol.047 Dive into UI/UX development for Event Production

Support TDSW on Patreon https://www.patreon.com/tdsw Registration on Patreon gives you access to sample files. We have prepared a lot of contents to learn the techniques and expression methods of wonderful artists, creators, and developers from all over the world. Please join TDSW Patreon Membership and enjoy your creation! #TouchDesigner #tutorial #tdsw ■ Contents (subject to […]

pixelatte in Touchdesigner

here’s a piece I made a few years ago and recently came back to it to smooth it out a bit. It looks like a pixelated mess so it got a weird name 🙂 .toe file (Patreon exclusive): https://www.patreon.com/posts/76567901 Subscribe to this channel to get notified when I release new videos! You can support me […]

15 GLSL from the sofa part2. VORONOI

Hi, in this Tutorial you will learn how to import a shader from shaderToy, and how have multiple buffer with Data from a single GlslTop, and finally, how can we actually create those Voronoi Cells. https://www.shadertoy.com/view/ldl3W8 Enjoy, Unveil_Studio: unveil.contact.berlin@gmail.com

Bikeshare API Visualization in TouchDesigner: Part 2

In this tutorial we use some simple Python (assisted by ChatGPT) to access and import real time bikeshare data from anywhere in the world via API. In Part 1 we will use jupyter notebooks, create a stand-alone python program that runs as its own process, and then in Part 2 we will leverage OSC to […]

Shadertoy to TouchDesigner: Porting shaders with several buffers

In this tutorial we will port a shader with several buffers from Shadertoy to TouchDesigner. Porting hese multipass shaders will require a little extra infrastructure, but is easier than it seems! Project files on Patreon: https://www.patreon.com/posts/98403682 My Patreon page: www.patreon.com/water__shed Shadertoy shader: https://www.shadertoy.com/view/4dcGW2 Porting a single buffer shadertoy shader: https://www.youtube.com/watch?v=IFycGdOv9oU 00:00 Intro 03:06 Single Buffer […]

Interactive Particles in 3D with TouchDesigner

Making 3D particle systems is pretty easy, and making interactive particle systems in 2D is pretty straightforward, but how can we make 3d particle systems that are still interactive? In this tutorial, I explore a simple method for 3d particle interaction using render picking on a single piece of geometry that I then use to […]

Projection Mapping Toolkit – Episode 0 – Project Planning Pt 1 – FREE EPISODE

This is one of a few free episodes from learn-in-ten, Programming for Peoples sister premium site. The Immersive Projection Toolkit is a educational series that includes 10 lessons in total and over 60 videos all broken into bite-sized chunks for easy learning and follow along. From initial project planning to niche projection calibration tools, this […]

GLSL Vertex shaders in TouchDesigner. Part 2/2

Working with instances in vertex shaders in TouchDesigner. Post on my Patreon with project files – https://www.patreon.com/posts/34396515 Wiki – https://docs.derivative.ca/Write_a_GLSL_Material GLSL function reference – http://www.shaderific.com/glsl-functions SDF functions – http://iquilezles.org/www/articles/distfunctions/distfunctions.htm Step/smoothstep interactive example – https://thebookofshaders.com/05/

TouchDesigner – Bullet Solver, Flex Solver COMP – Interaction Tutorial – Basic Setup

TouchDesigner – Bullet Solver, Flex Solver COMP – Interaction Tutorial – [ 2020.22080 ] ____________________ https://www.patreon.com/seskamol https://www.instagram.com/seskamol/ ____________________

Instance and offset an animated FBX using GLSL in Touchdesigner – Part 1

In this two part tutorial we’re going to build a custom component in Touchdesigner that records an animated geometry file into a texture format. Then in the second part we are going to use GLSL to: 1. instance the model, 2. have the ability to offset the animation per instance and most important, 3. keep […]

2/3 TouchDesigner Vol.025 Face-Tracking Effects Creation with External Python Libraries

Support TDSW on Patreon https://www.patreon.com/tdsw Registration on Patreon gives you access to sample files. We have prepared a lot of contents to learn the techniques and expression methods of wonderful artists, creators, and developers from all over the world. Please join TDSW Patreon Membership and enjoy your creation! #TouchDesigner #tutorial #tdsw ■ Contents (subject to […]

3/3 TouchDesigner Vol.035 Cooking, Optimization, & SceneChanger

(日本語は下にあります) Support TDSW on Patreon https://www.patreon.com/tdsw Registration on Patreon gives you access to sample files. We have prepared a lot of contents to learn the techniques and expression methods of wonderful artists, creators, and developers from all over the world. Please join TDSW Patreon Membership and enjoy your creation! #TouchDesigner #tutorial #tdsw We will welcome […]

Real Time Weather API in TouchDesigner

In this video we implement a weather API ( https://www.visualcrossing.com/) in TouchDesigner and explore how one can use real-time weather data to control visual effects. Example of usage in a full project: https://lakeheckaman.com/Malformed-1 Links: – https://www.visualcrossing.com/resources/blog/how-to-load-historical-weather-data-using-python-without-scraping/ – https://docs.python.org/3/library/json.html#module-json – https://docs.python.org/3/library/urllib.request.html#module-urllib.request

1/3 TouchDesigner Vol.052 Hyper Audio Reactive with TDAbleton -Music and Visuals made by sampling

Support TDSW on Patreon https://www.patreon.com/tdsw Registration on Patreon gives you access to sample files. We have prepared a lot of contents to learn the techniques and expression methods of wonderful artists, creators, and developers from all over the world. Please join TDSW Patreon Membership and enjoy your creation! #TouchDesigner #tutorial #tdsw ■ Contents (subject to […]

TouchDesigner Dynamic Particle System with Attractors Part 1: Autonomous Agents

In this new project series, we will build a particle system controlled by multiple attractor systems, including autonomous agents! We will also learn some cool, off-the-beaten path post processing techniques and look at python for project extensions! In Part 1, we explore the overall project and then jump right in designing an autonomous agent system! […]

Instancing with TOPs in TouchDesigner

This TouchDesigner tutorial covers instancing with TOPs through the creation of a “particle donut.” It’s at a beginner to intermediate level, with a more advanced section at the end touching on GLSL. Consider supporting me on Patreon! https://www.patreon.com/Polyhop There you can gain access to project files, help guide future topics and support the creation of […]

Making Audio Reactive Visuals in TouchDesigner

This is my first test streaming TouchDesigner! I’m going to try and build an audio reactive visuals system and see how far I can get in an hour or so.

Raymarching in TouchDesigner tutorial. Part I – Defining a geometry

Github repo for this series https://github.com/exsstas/Raymarching-in-TD Support me on Patreon https://www.patreon.com/exsstas and get some extra files. If you want to make one-time donation instead of monthly subscription, you can use https://paypal.me/exsstas it will motivate me to make more tutorials 😉 Helpful resources I mentioned in the tutorial: Short theory about raymarching https://www.youtube.com/watch?v=Cp5WWtMoeKg Geometry functions from […]

How I Build Components These Days – Greg Hermanovic

Additional Files – https://goo.gl/7DFBLi Over the years I have made many components, and HOW I have made them has changed radically, especially recently. As TouchDesigner evolves, better ways are discovered and perfected. Some new Best Practices have established themselves in my work. In TouchDesigner you can hack free-form for a long time. For me, once […]

Getting Twitter messages into TouchDesigner

A quick tutorial on howto create a Twitter App and use the WebClient to stream messages from Twitter into TouchDesigner. Final tox can be downloaded here: https://github.com/wuestenarchitekten/workshops/tree/master/Twitter/TwitterFeed

Tape Mapping with TouchDesigner – Guillaume Bourassa

00:00 Discussion of previous works and older tape mapping system 29:18 Tapping Mapping workshop begins Workshop: Tape Mapping with TouchDesigner Since its invention in 1925 by M. Richard Gurley Drew (3M – Scotch), adhesive tape has become a medium of choice for a large number of artists. From the replacement of paint and colored glass […]

Une page web comme interface mobile (Partie 1)

Dans cette mini-série de 7 vidéos, vous apprendrez comment il est possible de se servir d’une page web sur un appareil mobile pour interagir avec TouchDesigner. La page en question utilisera le protocole WebSocket pour se connecter à l’opérateur Web Server de TouchDesigner et ainsi envoyer et recevoir des messages. Dans cette première partie, vous […]

Butterflies: Animating Instanced SOPs with a Vertex Shader in TouchDesigner (Tutorial)

This is an intermediate TouchDesigner tutorial that shows how to animate simple instanced SOPs via a vertex shader. Patreon (Project Files): https://www.patreon.com/thoseeyes Instagram: https://www.instagram.com/thoseeyesomg Twitch: https://www.twitch.tv/thoseeyes

2/3 TouchDesigner Vol.029 Generative art with Polyhop

Support TDSW on Patreon https://www.patreon.com/tdsw Registration on Patreon gives you access to sample files. We have prepared a lot of contents to learn the techniques and expression methods of wonderful artists, creators, and developers from all over the world. Please join TDSW Patreon Membership and enjoy your creation! #TouchDesigner #tutorial #tdsw ■ Contents (subject to […]

1/3 TouchDesigner Vol.038 Real-time animations with Tsumikiroom

Support TDSW on Patreon https://www.patreon.com/tdsw Registration on Patreon gives you access to sample files. We have prepared a lot of contents to learn the techniques and expression methods of wonderful artists, creators, and developers from all over the world. Please join TDSW Patreon Membership and enjoy your creation! #TouchDesigner #tutorial #tdsw ■ Contents (subject to […]

1/3 TouchDesigner Vol.044 TouchDesigner as an integrated tool in the research scene

Support TDSW on Patreon https://www.patreon.com/tdsw Registration on Patreon gives you access to sample files. We have prepared a lot of contents to learn the techniques and expression methods of wonderful artists, creators, and developers from all over the world. Please join TDSW Patreon Membership and enjoy your creation! #TouchDesigner #tutorial #tdsw ■ Contents (subject to […]

3/3 Houdini Vol.005 Introduction to Houdini for TouchDesigner users

Support TDSW on Patreon https://www.patreon.com/tdsw Registration on Patreon gives you access to sample files. We have prepared a lot of contents to learn the techniques and expression methods of wonderful artists, creators, and developers from all over the world. Please join TDSW Patreon Membership and enjoy your creation! #TouchDesigner #tutorial #tdsw ■ Contents (subject to […]

29 How far is it ?____part 1___visualize the distance

In this tutorial we will build an affector for instances driven by the nearest point calculation in TOP.

TouchDesigner Dynamic Particle System Part 6: Kinect Mapping UI and Wrap Up

In this new project series, we will build a particle system controlled by multiple attractor systems, including autonomous agents! We will also learn some cool, off-the-beaten path post processing techniques and look at python for project extensions! In Part 6, we dive back into the Kinect mapping component we worked on last time, finishing off […]

TouchDesigner Tiled Grid Virtual Canvas Installation – Transitions

In this tutorial, we build the last part of an installation in TouchDesigner that will transition between several generative scenes, all displayed on an interactive virtual canvas for added depth! In this episode add another layer of tiles and explore Draw Priority rendering, an advanced technique that allows the selective application of different MATs to […]

SDF collision particles in Touchdesigner

In this one we build an SDF out of a JFA from the previous tutorial and along with reflect component we solve collision with whatever 2D shape/contour. I really hope you like this. SDF components (glsl): https://github.com/DBraun/TouchDesigner_Shared/blob/master/TOPs/jump_flood_algorithm.toe https://forum.derivative.ca/t/sdf/10008 https://github.com/yeataro/TD_Voronoi Reflect component (TOPs) available to all the members https://www.patreon.com/posts/106297845 .toe file (Patreon exclusive): https://www.patreon.com/posts/106331118 Subscribe to […]

strange attractor in TOPs 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/supermarketsallad —– References: https://en.wikipedia.org/wiki/Thomas%27_cyclically_symmetric_attractor https://en.wikipedia.org/wiki/Attractor#Strange_attractor Object CHOP reference video by Lake Heckaman: […]

Introduction to GLSL in TouchDesigner : 4/8 Shapes in the GLSL TOP.

Part 4/8 of the recording of the Introduction to GLSL in TouchDesigner workshop I taught at Brooklyn Research (https://brooklynresearch.org/) on July 14, 2018 Shapes in the GLSL TOP. See Part 1 for support files

Widgets Part 8: Why use Custom Parameters and Binding with Widgets?

Exploring the advantages of using Custom Parameters and Binding in your Widgets workflow. Example File: https://tinyurl.com/y5asqpbs TouchDesigner 2019.19160+ required

Livecoding TouchDesigner in Javascript – Ulysses Popple

Workshop: Livecoding TouchDesigner Since the early 2000’s performers have been incorporating livecoding into their practices. In 2011, events that combined livecoding with dance and algorithmic music called algoraves emerged. Generally, livecoding involves improvising sound and video by programming on the fly. This practice has many practical applications in all sorts of creative coding work even […]

Creating Generative Visuals with Complex Systems – Simon Alexander-Adams

Workshop: Creating Generative Visuals with Complex Systems Example Files: https://tinyurl.com/Summit2019-SimonAlexanderAdams This workshop will walk participants through the process of creating real-time generative visuals using two types of systems: reaction-diffusion and cellular automata. Both methods yield a variety of complex and often non-repeating patterns. Reaction-diffusion systems model the changing of one or more chemical substances. The […]

Kensuke Koike in Touchdesigner

here’s a quick tutorial for making Kensuke Koike shuffle UV. Also a little math for making ‘glassy’ surfaces on each grid cell. Kensuke Koike ‘The Myth of Asian American Identity.’ behind the scene : View this post on Instagram A post shared by Kensuke Koike 小池健輔 (@kensukekoike) .toe file (Patreon exclusive): https://www.patreon.com/posts/58104510 Subscribe to this […]

2/3 Unreal Engine Vol.001 Building UE4 Scenes to work with TouchDesigner

Support TDSW on Patreon https://www.patreon.com/tdsw Registration on Patreon gives you access to sample files. We have prepared a lot of contents to learn the techniques and expression methods of wonderful artists, creators, and developers from all over the world. Please join TDSW Patreon Membership and enjoy your creation! #TouchDesigner #tutorial #tdsw ■ Contents (subject to […]

2/3 TouchDesigner Vol.042 Twisted Torus in SOPs

Support TDSW on Patreon https://www.patreon.com/tdsw Registration on Patreon gives you access to sample files. We have prepared a lot of contents to learn the techniques and expression methods of wonderful artists, creators, and developers from all over the world. Please join TDSW Patreon Membership and enjoy your creation! #TouchDesigner #tutorial #tdsw ■ Contents (subject to […]

3/3 TouchDesigner Vol.047 Dive into UI/UX development for Event Production

Support TDSW on Patreon https://www.patreon.com/tdsw Registration on Patreon gives you access to sample files. We have prepared a lot of contents to learn the techniques and expression methods of wonderful artists, creators, and developers from all over the world. Please join TDSW Patreon Membership and enjoy your creation! #TouchDesigner #tutorial #tdsw ■ Contents (subject to […]

noisecream in Touchdesigner

this is a slightly different method for dealing with noise in recursive displace …we’ll build this creamy using the Normal Map component I did a while ago. I hope you like this. Normal Map v.2 : https://derivative.ca/community-post/asset/normal-map-v2/65562 .toe file (Patreon exclusive): https://www.patreon.com/posts/76561530 Subscribe to this channel to get notified when I release new videos! You […]

14 GLSL from the Sofa

Hi, In this really lazy tutorial we are going to understand the basic of what you can do with the glslTOP. We are going to generate UV, Ramps, and displace, all in max 10 line of code. Enjoy, unveil.contact.berlin@gmail.com

Slamtec RPLiDAR in TouchDesigner

Turn any surface into an interactive multi-touch surface using a Slamtec RPLiDAR A1M8 sensor. This LiDAR sensor is one of the cheapest models out there but still provides a reasonable refresh rate and can create some stunning interactions. In this video I will go over unboxing and wiring of the Slamtec lidar sensor, use an […]

falling sand in Touchdesigner

this is my take on a falling sand algorithm done entirely in TOPs. The simulation can take millions of grains and also sample sand from a texture. With this technique you can get some crazy handmade ‘glitch’. I hope you like this method. Thank you massive. Coding Challenge 180: Falling Sand: https://www.youtube.com/watch?v=L4u7Zy_b868 .toe file (Patreon […]

GLSL Particle Simulations in TouchDesigner Tutorial

Whether you’re a programmer or not, GLSL can initially seem intimidating. However, in this video, I aim to make it less daunting. In this tutorial I show how you can create a visually stunning particle system with just a few lines of code, demonstrating that it’s not as complex as it may seem. Other topics […]

Projection Mapping Toolkit – Episode 0 – Product overview – FREE EPISODE

This is one of a few free episodes from learn-in-ten, Programming for Peoples sister premium site. The Immersive Projection Toolkit is a educational series that includes 10 lessons in total and over 60 videos all broken into bite-sized chunks for easy learning and follow along. From initial project planning to niche projection calibration tools, this […]

GPU Implementation of SOP to TOP – Quentin Bleton

Workshop: GPU Implementation of SOP to TOP This workshop aims to demonstrate a new way of manipulating SOPs in TOP space, while preserving optimized performances, by leveraging the GPU through geometry shaders to convert an SOP into, or from, a TOP. The geometry shader will be presented and explained first through a series of simple […]

TD Logic 03

Basic system logic in TD. – state machine – interaction triggers – game engine

KOHUI X TDSW Create an audiovisual environment in a virtual space with Kohui

Kohui (Noto the talking ball) Website : www.kohui.xyz Instagram : https://www.instagram.com/ko_hui_/ Noto the talking ball – Patreon : https://www.patreon.com/notothetalkingball Noto the talking ball – Youtube : https://www.youtube.com/channel/UCSEsok1iU9ewEebdMAJmMVw?view_as=subscriber ■ Language 한국어 / 영어 (자막) Korean / English (subtitles) ■ Level 초급 / 중급 Beginner / Intermediate ■ Contents 본 워크샵에서는 고휘의 작업 프로세스를 따라가며 가상공간의 오디오비주얼 […]

Instance and offset an animated FBX using GLSL in Touchdesigner – Part 2

In this two part tutorial we’re going to build a custom component in Touchdesigner that records an animated geometry file into a texture format. Then in the second part we are going to use GLSL to: 1. instance the model, 2. have the ability to offset the animation per instance and most important, 3. keep […]

1/3 TouchDesigner Vol.026 Zoom IN / OUT Processing using 2D Images

Support TDSW on Patreon https://www.patreon.com/tdsw Registration on Patreon gives you access to sample files. We have prepared a lot of contents to learn the techniques and expression methods of wonderful artists, creators, and developers from all over the world. Please join TDSW Patreon Membership and enjoy your creation! #TouchDesigner #tutorial #tdsw ■ Contents (subject to […]

1/3 TouchDesigner Vol.036 Methods of Visualizing Sound

(日本語は下にあります) Support TDSW on Patreon https://www.patreon.com/tdsw Registration on Patreon gives you access to sample files. We have prepared a lot of contents to learn the techniques and expression methods of wonderful artists, creators, and developers from all over the world. Please join TDSW Patreon Membership and enjoy your creation! #TouchDesigner #tutorial #tdsw We will welcome […]

Touchdesigner Tutorial – Lissajous Curve Table. DAT, Pattern, BASE Operators

You will surely enjoy watching this tutorial. In this tutorial you will be able to learn – Use of Execute DAT Operator, Pattern, LFO, Base Operators. There is so much more explained in this tutorial with some good examples. You will have a good learning session with this video. Lissajous curve table, Bowditch curve, Lissajous […]

2/3 TouchDesigner Vol.052 Hyper Audio Reactive with TDAbleton -Music and Visuals made by sampling

Support TDSW on Patreon https://www.patreon.com/tdsw Registration on Patreon gives you access to sample files. We have prepared a lot of contents to learn the techniques and expression methods of wonderful artists, creators, and developers from all over the world. Please join TDSW Patreon Membership and enjoy your creation! #TouchDesigner #tutorial #tdsw ■ Contents (subject to […]

Terrain Particle System – Part 3: EXR Files and Procedural Terrain in Houdini

Learn to import EXR files (common format for heightmaps/terrain data) and use them to drive particle systems. Build your own using detailed and physically realistic terrain models in a few clicks using a free Houdini Apprentice license (its easy, I promise). Or just use the EXR file I provide to follow along as we import […]

TouchDesigner InSession with Ana Herruzo – April 14th 2023

A hands-on session with the Derivative team —- Guest: Ana Herruzo https://anaherruzo.com https://vimeo.com/anitazk —- derivative.ca derivative.ca/inSession

AUDIOREACTIVE PSEUDO-DATA-GRAPH DISPLACEMENT – TOUCHDESIGNER TUTORIAL

hello hello hello. it’s your captain typing and it is this time of the year again: merry crisis. this is a special format I started 2020 and it means: I will create something special on my patreon and all the proceeds of the month get donated to people in crisis. this time i chose to […]

NYC's MTA Train Time Realtime in TouchDesigner!

In this video, I walk through a project that I have built to display real time train updates for any line or station in New York City’s subway system, using a publicly available API! We will walk though all the steps from API setup to textual display, and along the way touch on some higher-level […]

Intro to POPs: The New Operator Family 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 If you haven’t already heard, a new operator family is coming to TouchDesigner! Point Operators (POPs for short) are a new family of GPU-based operators […]

Raymarching in TouchDesigner tutorial. Part II – Light and colors

Github repo for this series https://github.com/exsstas/Raymarching-in-TD Support me on Patreon https://www.patreon.com/exsstas and get some extra files. If you want to make one-time donation instead of monthly subscription, you can use https://paypal.me/exsstas it will motivate me to make more tutorials 😉 Helpful resources I mentioned in the tutorial: Raymarch Toolkit by Patrik Lechner – https://github.com/hrtlacek/TDraymarchToolkit Huge […]

Extending TouchDesigner (日本語)

Extending TouchDesigner using Python and C++ to incorporate Standard Libraries, csv data, openCV, and more. Example files: http://tinyurl.com/y2m3gsuc Blog post: http://satoruhiga.com/post/extending-touchdesigner/ MUTEK.jp 2018 Advanced Class Day2 Lecturer: Satoru Higa Link: http://backspace.tokyo/ Twitter: https://twitter.com/satoruhiga 0:00 – Introduction 2:58 – Basic operators 5:58 – Text DAT and python 20:56 – COMP extensions 31:56 – Standard libraries – […]

Mondrian glitch in Touchdesigner

Here’s one of my favourite algorithm for glitch done mostly in tops. since I started with Touchdesigner I have done this in many ways and I think this is the funniest method …hope you like it. Subscribe to this channel to get notified when I release new videos! You can support me on Patreon https://www.patreon.com/paketa12 […]

Interactive Blobular Fluid 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/supermarketsallad —– Let’s look at some recursion, displacement, curl, and optical flow. —– @simondavidryden […]

Building a Kinect Drawing Program 🎨 🖌 – Another TouchDesigner Tutorial

In this video, we’ll work through creating a Kinect-based drawing program within TouchDesigner. The final program will include a variety of Kinect driven functions, including drawing, erasing, cursor movement, changing the draw color, and clearing the screen. We’ll also look at adding a user interface that gives important visual cues to help the user navigate […]

Ben Laposky’s Oscilloscope Art in TouchDesigner – Tutorial

Get access to 120+ hours of TouchDesigner video training, a private Facebook group where Elburz and Matthew Ragan answer all your questions, and twice-monthly group coaching/mastermind calls here: http://iihq.tv/Trial Ben Laposky was among the first to experiment with using analog computers and electronics to generate artworks in the early 1950s. He is known for creating […]

3/3 TouchDesigner Vol.029 Generative art with Polyhop

Support TDSW on Patreon https://www.patreon.com/tdsw Registration on Patreon gives you access to sample files. We have prepared a lot of contents to learn the techniques and expression methods of wonderful artists, creators, and developers from all over the world. Please join TDSW Patreon Membership and enjoy your creation! #TouchDesigner #tutorial #tdsw ■ Contents (subject to […]

2/3 TouchDesigner Vol.038 Real-time animations with Tsumikiroom

Support TDSW on Patreon https://www.patreon.com/tdsw Registration on Patreon gives you access to sample files. We have prepared a lot of contents to learn the techniques and expression methods of wonderful artists, creators, and developers from all over the world. Please join TDSW Patreon Membership and enjoy your creation! #TouchDesigner #tutorial #tdsw ■ Contents (subject to […]

2/3 TouchDesigner Vol.044 TouchDesigner as an integrated tool in the research scene

Support TDSW on Patreon https://www.patreon.com/tdsw Registration on Patreon gives you access to sample files. We have prepared a lot of contents to learn the techniques and expression methods of wonderful artists, creators, and developers from all over the world. Please join TDSW Patreon Membership and enjoy your creation! #TouchDesigner #tutorial #tdsw ■ Contents (subject to […]

1/3 TouchDesigner Vol.057 komakinex’s VJing Class

Support TDSW on Patreon https://www.patreon.com/tdsw Registration on Patreon gives you access to sample files. We have prepared a lot of contents to learn the techniques and expression methods of wonderful artists, creators, and developers from all over the world. Please join TDSW Patreon Membership and enjoy your creation! #TouchDesigner #tutorial #tdsw ■ Contents (subject to […]

28 _2DVector Fields for particles systems, uv dispalcement and fake fluid animation.

In this tutorial i show how to use UV to create some cool visuals. I recorded the video an year ago, this is why the TD version is not updated.

Foamy Waves with NVIDIA Flex 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 project files here: https://interactiveimmersive.ac-page.com/foamy-waves-with-NVIDIA-flex Note: The content of this tutorial uses the NVIDIA Flex series of operators, which is only supported under the Microsoft […]

Lava Lamp Instances 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/supermarketsallad —— a great resource and channel recommendation that I borrow a lot of […]

Easily Train Pose, Image, & Audio Detection AI in TouchDesigner (No Code): Teachable Machine Plugin

In this tutorial, you’ll learn how to use the Teachable Machine plugin for TouchDesigner. It lets you quickly train lightweight Pose Detection, Image Recognition, and Audio Classification models and embed them into TouchDesigner to run offline without an internet connection. Link to project file + Plugin on Patreon: https://www.patreon.com/tblankensmith Link to Teachable Machine: https://teachablemachine.withgoogle.com/ 0:00 […]

Gray-Scott Reaction Diffusion in TouchDesigner (Part 1)

Learn to simulate the awesome Gray-Scott reaction diffusion system in TouchDesigner, using GLSL shaders. We discuss the mathematical basis of the system, how to implement it in shaders, tiling, and how to color the simulation using any palette! Find me online! My portfolio: https://lakeheckaman.com Instagram: https://www.instagram.com/lake_heckaman Project Files on Patreon: https://patreon.com/water__shed Gray Scott Reaction Diffusion […]

Introduction to GLSL in TouchDesigner : 3/8 Compositing with the GLSL TOP.

Part 3/8 of the recording of the Introduction to GLSL in TouchDesigner workshop I taught at Brooklyn Research (https://brooklynresearch.org/) on July 14, 2018 Compositing with the GLSL TOP. See Part 1 for support files

Adding Human Input: 3D Scenes in TouchDesigner – Ronen Tanchum

Workshop: Adding Human Input: 3D Scenes in TouchDesigner Example Files: https://tinyurl.com/Summit2019-RonenTanchum In this workshop Ronen Tanchum will present a variety of devices that can be connected to TouchDesigner and will outline different ways to use their incoming data. The workshop will begin with an overview of the mechanical ways to let TouchDesigner coordinate scenes with […]

Intro to Custom CHOP C++ – Hugo Laliberte

Workshop: Introduction to Custom CHOP C++ Example Files: https://github.com/lachose1/wiimoteCHOP-cleanbase This workshop is an introduction to the world of C++ CHOP programmed specifically for TouchDesigner. At the beginning of this workshop participants will gain an understanding of the custom C++ CHOP example source code while reviewing its main accessible methods. Afterwards the group will review the […]

Unreal Engine Vol.001 Building UE4 Scenes to work with TouchDesigner 【Sneak Peek】

▽You can watch the rest of this tutorial and others with a membership on the TDSW patreon. Support TDSW on Patreon https://www.patreon.com/tdsw If you subscribe to a subscription plan of $20 or more, you get unlimited access to all of our past archives! We have prepared a lot of contents to learn the techniques and […]

3/3 Unreal Engine Vol.001 Building UE4 Scenes to work with TouchDesigner

Support TDSW on Patreon https://www.patreon.com/tdsw Registration on Patreon gives you access to sample files. We have prepared a lot of contents to learn the techniques and expression methods of wonderful artists, creators, and developers from all over the world. Please join TDSW Patreon Membership and enjoy your creation! #TouchDesigner #tutorial #tdsw ■ Contents (subject to […]

3/3 TouchDesigner Vol.042 Twisted Torus in SOPs

Support TDSW on Patreon https://www.patreon.com/tdsw Registration on Patreon gives you access to sample files. We have prepared a lot of contents to learn the techniques and expression methods of wonderful artists, creators, and developers from all over the world. Please join TDSW Patreon Membership and enjoy your creation! #TouchDesigner #tutorial #tdsw ■ Contents (subject to […]