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 of Python for scripting, this integration gives access to a large amount of TouchDesigner-specific Python tools and utilities, as well as the ability to utilize Python’s extensive collection of built-in and third-party libraries. In this article, we’ll take a look at various Python libraries that are useful when building projects in TouchDesigner, including TouchDesigner-specific utilities, Python’s standard library and third-party Python libraries.
Community Post