Skip to main content

The Interactive & Immersive HQ

Category: TouchDesigner Python

Subscribe to Immersive Mondays, the only newsletter for professionals working in immersive design, creative technology, and interactive media.

One of the most useful features of TouchDesigner that might not be particularly obvious to beginners is its tight integration with Python. Besides enabling the use […]

Exporting images from TouchDesigner can be a somewhat counterintuitive process, perhaps because, most of the time, we tend to think in terms of real-time video content […]

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

There are a ton of ways that Python is integrated with operators in TouchDesigner. We all have likely referenced channel values, DAT tables, or controlled our […]

Should you use Python or native TouchDesigner operators to perform a task in TouchDesigner? It feels like an eternal question with no clear answer! Some pros […]

An often overlooked feature of TouchDesigner is that it can actually host a web server! This feature has flown under the radar for a lot of […]

The new experimental release of TouchDesigner now includes DAT syntax highlighting for the TouchDesigner languages python, GLSL, JSON, XML, all inside the DAT Viewer. In addition, […]

We’ve all been there. Deep in a few scripts and barely hanging on to what we understand about Python as we try to wrangle a strange […]

There are many times where we have to deal with large amounts of data in TouchDesigner. Whether you're working with social media or large data sets provided by clients, you've likely experienced how tricky it

We’ve all used python global variables in our projects for years. This could take form of asset paths, computer names, parameters, or really anything! Maybe you’ve […]