filter:
- TouchDesigner
- Python
TouchDesigner
Video Fragmentation Effect in TouchDesigner
Oct 8, 2025
Introduction After playing around with some image cropping & layering effects in Python, I decided to implement it in two ways: as a web app (ImageFragmenter.app) and as a TouchDesigner effect. In this post, I’ll dive into how I recreated this effect using TouchDesigner operators (and a bit of Python...
Python
TouchDesigner
Python Scripting: From Transcript to Animation in TouchDesigner
Jul 28, 2025
Introduction As part of a larger project to automate the creation of lyric videos in TouchDesigner, I have been exploring different ways to import a transcript and automate the animation keyframing process. Below is my basic setup for lyric selection & animation in TouchDesigner. Let’s break down this network: text1...