Particle systems have been a popular topic for TouchDesigner users for a while now, and rightfully so! The simulated physics they can produce generate some amazing visual effects.
Python
In this tutorial we take dive under TouchDesigner's hood, and see how we can modify and expand the UI with our own tools. We do this through adding a Mute button and a Volume slider to the Bookmark Bar which control the volume parameter of all Audio Device Out CHOPs in our project.
Modifying TouchDesigner's UI with Global Volume Control toolbar and more
A gui tool for downloading and bootstrapping a totally self contained python installation with pip and desired libraries.
Portable Python Bootstrapper (GUI Tool)
This tutorial will teach you how to run Python code in TouchDesigner with a delay.
Using "run" To Delay Python Code
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
Second update of our developed Blender Add-on: 'TD Scripts v1.2. This one has some improvements and bug fixes, but the main addition is the ability to: - export animated camera's Improvement, you no longer have to connect your textures directly to the principled shaders sockets.
TD scripts v1.2: a Blender Add-on for Touchdesigner
Houdini & TouchDesigner are complementary programs for solving a wide spectrum of creative tasks for 3D graphics, motion design, performance art, and interactive installations. Both programs are based on the same node engine and share the procedural approach, a variety of data formats, and UI c
HOU2TOUCH ONLINE COURSE - WINTER FLOW
Hey! In this beginner series, we'll go over how to use WebSockets to control TouchDesigner with a website in real-time and vice versa. We'll cover step by step how to implement everything from scratch. We'll also cover some programming concepts assuming little to no experience with programming.