In this tutorial we explore an instancing technique which lets us build Typography by creating Collages of Images, or words out of images, We'll explore instancing, using the replicator, and animating typography.
Tutorials
Hey! In this tutorial, we'll go over how to use a new custom component that allows you to instantly create a web GUI for any TouchDesigner container and control TD in real time over the web.
Web GUI for TouchDesigner - Component & Tutorial
Refik Anadol is one of the most well known new media artists working today. His artworks often take the shape of immersive installations, which use machine learning to visualize data to give new perspective to the current technological era.
Refik Anadol Particles in TouchDesigner, Part One - Tutorial
What separates pro TouchDesigner developers and artists from many intermediates is their ability to move data between different families of operators quickly and easily.
TouchDesigner's Data Model - Tutorial
Today, the glitch is probably known mostly as a visual effect applied to images or video (and maybe the vaporwave movement).
Early 2000s-style Glitch / Net Art In TouchDesigner - Tutorial

In this video I will show you how to use Stable diffusion in TouchDesigner locally on your computer.
TD Diffusion API - Stable Diffusion image generator in TouchDesigner

Hey! In this tutorial, we'll go over how to use Stable Diffusion in TouchDesigner to turn AI-generated images into a video and add audio-reactive particles for a blending effect. The project file is available on my Patreon: https://patreon.com/tblankensmith
Generate AI Images with Stable Diffusion + Audio Reactive Particle Effects - TouchDesigner Tutorial Part 2

Hey! In this tutorial, we'll go over how to use Stable Diffusion with a custom component I created to generate images in TouchDesigner. The project supports 2 forms of input using prompt generation and image to image so you can use any TOP in TouchDesigner as a starting point.
Generate AI Images with Stable Diffusion using Image to Image Generation with any TOP

Many new TouchDesigner artists and developers are inspired by other great works artist. In another part of this series, Crystal Jow will take you through recreating new generative works in the style Dadamaino, aka Eduarda Emilia Maino, who is an Italian visual artist and painter.
Generative Dadamaino in TouchDesigner - Tutorial

Through the use of OpenAI’s DALL-E 2 API and TouchDesigner, I’ve managed to create a, let’s say, MIDI sequencer that captures RGB data incoming from AI generated images in real-time, and uses it to trigger MIDI events in Ableton Live.
[Walkthrough] Transforming DALL-E 2 generated images into sound [MIDI events]

Animating camera paths can be a tricky process! Creating keyframes can often take a long time and be hard to dynamically edit. One of the great features of TouchDesigner is being able to use generative geometry to create camera paths that can be easily controlled with ramps or timers.
Generative Camera Paths in TouchDesigner - Tutorial

This tutorial will teach you how to run Python code in TouchDesigner with a delay.
Using "run" To Delay Python Code

Holidays are just around the corner! In this tutorial we will go over how you can transition seamlessly between different 3D point clouds in TouchDesigner. You can use this method with almost any kind of 3D model you can import into TouchDesigner a single mesh geometry.
Holiday Point Cloud Transitions - Tutorial

Hey everyone. In this video we will be looking at the type hint mechanism introduced in python and how we can use it to enhance our extensions-writing experience in td.
Enhance your TD development by using python type hints

Hey everyone. In this video we will be looking at the type hint mechanism introduced in python and how we can use it to enhance our extensions-writing experience in td.
Enhance your TD development by using python type hints

Running TinyYOLO object detection model on the Oak-D camera. How to send detection data and video frames to TouchDesigner using Python-OSC and NDI-Python, in order to process it further and use it in a creative audiovisual workflow.
Oak-D + TouchDesigner Part 3: Object Detection

How to combine example code from the ndi-python library and DepthAI examples to send depth and RGB video streams from the Oak-D camera to TouchDesigner.
Oak-D + TouchDesigner Part 2: Sending Depth and RGB Frames via NDI

First steps in setting up and using an Oak-D AI-powered camera by Luxonis. This series will explore how to use various AI models running on the Oak-D hardware, then send video frames and data to TouchDesigner for further processing in a creative audiovisual workflow.
Oak-D + TouchDesigner Part 1: Getting Started

TouchDesigner’s 2022 Update brought a lot of exciting changes and new features to users. It also has some updates to Lister - one of the components in the palette that often finds its way into quick back office tools and installation interfaces.
2022 Lister Updates (from Ivan DelSol and Matthew Ragan)

You might be familiar with simple motion detection techniques in TouchDesigner using nothing but a webcam, but what if you also wanted some direction information?