Advanced518 Videos

Geospatial Data Visualization with TouchDesigner, Part 1: Open Street Maps

In this project, we build a geospatial data pipeline to power a real-time visualization built in TouchDesigner. We will look at a number of applications and effects, visualization with instancing and render picking, and integrate various data sources along the way. Part 1 includes using qGIS software to bulk download Open Street Map data, Houdini […]

Virtual Screen Installation – Dynamics and Distortion

In this tutorial, we build the second 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 we will build on our prior work, distorting the canvases we created in Part 1. Using noise and a couple custom GLSL […]

JFA trick in Touchdesigner

In this, we build a Jump Flood algorithm using cones and a particle system that runs around the shape. There are plenty of glsl tools for this particular algorithm that are significantly faster, but I’m glad I found this approch. 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 Simon Alexander-Adams ‘Distance Map Displacement’ tutorial: .toe file (Patreon […]

Sanity Check LIVE project breakdown [TouchDesigner, T3D, Bitwig, TouchOSC]

Project breakdown of my solo audiovisual live performance of https://www.youtube.com/watch?v=JIB1Ew7who4, as part of the Organysmo event. Using volumetric lights from LedPulse. We dissect my TouchDesigner and Bitwig project files as much as we can, and get an understanding how I structured my live set – to be able to play live music and control the […]

TouchPy Workshop at SML Berlin

Full video of the TouchPy workshop at the Spatial Media Lab in Berlin. Big thanks to AlphaMoonBase and the rest of SML team for providing the space for us to do the workshop. Actual files used in workshop:   / discord   (more examples and better documented examples coming soon) docs: https://intentdev.github.io/touchpy to install: pip install touchpy https://github.com/IntentDev/https://intentdev.iohttps://spatialmedialab.org/

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 […]

ComfyUI (Generative AI) 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 Generative AI is an in demand skill in all creative industries. It’s usefulness changes depending on the different ways you integrate it into your pipeline. […]

1/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 […]

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 […]

Refraction, Transparency and Dispersion: GLSL Materials in TouchDesigner

Explore the mesmerizing world of refraction, dispersion, and chromatic aberration in 3D scenes! 🌈 This video dives into shader effects inspired by real-world light physics, including bending light through transparent meshes, achieving chromatic dispersion, and multi-pass rendering. Learn how to use tools like TouchDesigner and GLSL to create stunning real-time visuals featuring techniques like Frame […]

Projection Mapping Toolkit – Episode 2 – Virtual Projector Calculator – 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 […]

TouchDesigner | Inspired by VVVV’s Boy Grouping

Here you’ll find an example network that lets you see some of these ideas in action. To configure locally, start the machine-grouping.toe twice so that you have two processes running simultaneously. On base_project set one project’s role to be Controller and the other to be Draw. On the Controller machine, in base_projectbase_scenesbase_scene_01 you can now […]

Advanced Techniques in Media Management, Sequencing and Playback – Peter Sistrom

Workshop: Advanced Techniques in Media Management, Sequencing and Playback In this workshop Peter Sistrom will share his experience devising a flexible system for media sequencing and playback in many different and demanding scenarios over the last six years. Over time he has become familiar with the evolving set of features in TouchDesigner that have allowed […]

TD Logic 04 review

review of the class and students feedback

möbius strip in Touchdesigner

Here’s a math workaround for building a very dense torus point cloud and cut numerous Mobius strips out of it. The inspiration for this one comes from a post on Touchdesigner Help Group on Facebook. source file free to download: https://www.patreon.com/posts/49120365 Subscribe to this channel to get notified when I release new videos! You can […]

texture instancing in Touchdesigner

Here’s a fast method for having an input texture mapped on any shape instances. Everything is done after the render so we don’t need to take the texture into the render; we use UV instead. .toe file (Patreon exclusive): https://www.patreon.com/posts/61608997 Subscribe to this channel to get notified when I release new videos! You can support […]

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.

Destroy Pointclouds with Your Hands in Touchdesigner!

DOWNLOAD this file and other free project files on my pateron here: https://www.patreon.com/PJCreations Mediapipe: https://github.com/torinmb/mediapipe-touchdesigner — 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

Convert Shadertoy into TouchDesigner and further integration

How to convert shaders from Shadertoy to TouchDesigner and integrate it with new environment with all CHOPs, TOPs and UI. This tutorial require basic GLSL knowledge only, I’ll share some tips&tricks how to modified a code without full understanding of its meaning. Helpful links from this video and some thoughts shared on my Patreon for […]

PBR and 3D Workflows (English / 日本語)

3D workflows and shading with PBR and Substance Designer materials Example files: http://tinyurl.com/y4ekbnfq MUTEK.jp 2018 Advanced Class Day1 Lecturer: Ben Voigt Link: https://www.derivative.ca Twitter: https://twitter.com/brvoigt Interpreter: Tetsuya Kanakubo Link: http://ted-kanakubo.com/touchdesigner-jp Twitter: https://twitter.com/ted_kanakubo 0:00 – Introduction 2:14 – FBX importing 9:05 – Lighting 14:14 – Materials 16:04 – Substance Designer materials 21:50 – Environment lighting 24:15 […]

Kinetic Typography: Sentence instancing with Touchdesigner – PART 4: Non-Kepler & OSX workaround

In this fourth part of this multiple part tutorial series we are finally showing our Non-Kepler gpu users and Apple Mac OSX friends, who regularly bump into an error which tells that ‘texture instancing is not supported’, a workaround to step into this tutorial series as well! It’s not very difficult to set it up […]

springs on GPU in Touchdesigner

Here’s the easy and super fast TOPs only method for computing the spring forces. I really hope you like this. 3.5: Springs – The Nature of Code source file free to download: https://www.patreon.com/posts/39587027 Subscribe to this channel to get notified when I release new videos! You can support me on Patreon https://www.patreon.com/paketa12 or follow me […]

CPU Cooktimes Comparison in TouchDesigner

In this tutorial I am creating a tox file for comparing the CPU cooktimes of COMP operators. The biggest part of the tutorial is focusing on how to create and destroy operators and custom parameters using Python and TouchDesigner’s Wiki page. This is a ready-to-go tool when you start thinking about performance and optimization in […]

터치디자이너ㅣInstancing with colored lightsㅣTouchDesigner

노이즈 TOP를 활용한 인스턴싱 테크닉 그리고 컬러 라이팅, 카메라 무빙 관한 튜토리얼 입니다. In this TouchDesigner, we create Noise TOP based Instancing and How to set the colored lights and the camera movement. —— Website: http://crazyradio.xyz Instagram: https://www.instagram.com/crazy.radio.film/ #touchdesigner #터치디자이너 #pointcloud

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: […]

Mastering GLSL in TouchDesigner, Lesson 7: Cellular Noise and Voronoi Textures

In this lesson of Mastering GLSL in TouchDesigner, we explore cellular noise and Voronoi diagrams, two powerful techniques for procedural texture generation. Unlike Perlin or Simplex noise, cellular noise partitions space based on the distance from a pixel to a set of points, creating organic, structured patterns. You’ll learn how to implement this in GLSL […]

Introduction to GLSL in TouchDesigner : 2/8 UV manipulation in a GLSL TOP.

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

unit vector in Touchdesigner

This is the first tutorial in a series of a few in which I will try to cover some good practices when dealing with vectors. source file free to download: https://www.patreon.com/posts/33839696 Subscribe to this channel to get notified when I release new videos! You can support me on Patreon https://www.patreon.com/paketa12 or follow me on: https://www.instagram.com/paketa12 […]

2D Raycaster in TouchDesigner: lights and shadows

Download project file here – https://www.patreon.com/posts/42201574 Extra examples for Patreon supporters – https://www.patreon.com/posts/42201692 This tutorials shows texture based raycaster coded in GLSL with a several variations. Aside from the effect itself, it could be used as an exercise in GLSL for beginner/intermediate level, because it can be modified in different ways to achieve different results. […]

[Tutorial] Transforming Video into a MIDI Sequencer – TouchDesigner + Ableton Live

Been working for quite a bit in a way to transform image into sound, and came up with a hopefully-interesting idea. In this tutorial you’re going to learn how to transform RGB data into MIDI in TouchDesigner, and feed it to Ableton Live. I’ve also uploaded both project files and the final Ableton session for […]

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 […]

SDF Interference Patterns in TouchDesigner

In this update to an earlier video, I will show you how to draw interference patterns on screen with a mouse, as well as how to use any type of SDF (not just a circle) to create interesting, dynamic patterns interactively. We will also look at writing simple python in TouchDesigner, using extensions, and a […]

Projection Mapping Toolkit – Episode 1 – Building the Base 3D Model – 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 […]

Touchdesigner L-system Research and Development

Exploring lindenmayer systems using Touchdesigner. From wikipedia: “An L-system or Lindenmayer system is a parallel rewriting system and a type of formal grammar. An L-system consists of an alphabet of symbols that can be used to make strings, a collection of production rules that expand each symbol into some larger string of symbols, an initial […]

Voronoi tricks II in Touchdesigner

Here’s the second part of my previous tutorial on Voronoi tricks in which we play more to achieve some nice output. working file free to download: https://www.patreon.com/posts/voronoi-tricks-34651072 Subscribe to this channel to get notified when I release new videos! You can support me on Patreon https://www.patreon.com/paketa12 or follow me on: https://www.instagram.com/paketa12 https://www.facebook.com/paketa12

3D REVIEW

Students feedback for basic 3d in TD: – instancing – particles – feometry deformation

Python In TouchDesigner with Noah Norman

Join Elburz for a big announcement and an interactive TouchDesigner gameshow

[TouchDesigner – Component] JSON Config

Magaing values via a json-config and environment variables can be super usefull, as you often only have to develop one project and late the config take care of looks and behaviour specific to computers. Downlaod: https://olib.amb-service.net/component/json-config Additional Read: TouchDesigner | Start-up Configuration with Environment Variables

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 […]

collision with sensors (after party) in TouchDesigner

I said I’ll have this for my patrons but it seems like part 2 of my previous tutorial ‘collision with sensors’ and so I’ll have it here. I really hope you like this tutorial. This .toe file is available for my patrons in tier2 ‘play’. Thank you massive. TD_Voronoi by Yea Chen https://github.com/yeataro/TD_Voronoi .toe file […]

Reaction Diffusion Material – TouchDesigner Tutorial 4

In this tutorial, we create a phong material with noises and a feedback trick shown in this video, which I adapted a bit: IG: @elekktronaut

Python in TouchDesigner | Data Structures – Lists – Part 1 | TouchDesigner

Core Concepts Lists – a structure and a concept Creating lists – syntax and structure Retrieving items from a list – Syntax Adding items to a list .append() and .extend() Lists of Lists

GLSL TOP Post Effects (日本語)

Using the GLSL TOP to make high performance post-process type effects. Example file: https://goo.gl/Av11Fh Blog post: https://speakerdeck.com/fand/glsl-posteffect-in-touchdesigner MUTEK.jp 2018 Advanced Class Day1 Lecturer: Amagi Takayosi Link: https://www.1-10.com/ Twitter: https://twitter.com/amagitakayosi 0:00 – Introduction 4:25 – GLSL introduction 8:20 – Review of the sample files 11:31 – GLSL TOP 26:00 – RGB Glitch effect 41:27 – Chroma […]

Posting Images from TouchDesigner to Twitter

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

Touchdesigner Free primitives Tutorial (Свободные примитивы)

https://share.substance3d.com/libraries/3013 https://share.substance3d.com/libraries/2754 https://iquilezles.org/www/articles/functions/functions.htm

Glitches, pixel sorting and data moshing. TouchDesigner tutorial

Different approaches for making glitchy and trippy effects, real and fake pixel sorting and data moshing in TouchDesigner with a bit of GLSL magic as well. There are many references and examples in the video, so it’s better to download file, open it and follow the video. File and all links to mentioned resources in […]

trees with particles in Touchdesigner

here’s a simple method for getting the right particles into feedback in order to draw a tree. .toe file (Patreon exclusive): https://www.patreon.com/posts/67143509 Subscribe to this channel to get notified when I release new videos! You can support me on Patreon https://www.patreon.com/paketa12​​ or follow me on: https://www.instagram.com/paketa12​​ https://www.facebook.com/paketa12​