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. The website will also live-update when changes in TD are made.
We'll also dive into behind the scenes how we're able to programmatically get and set the state of TouchDesigner containers using Python.
Links:
Glitch Website for the Web GUI
Websockets in TouchDesigner TutorialsWebsocket Server Github Template
Python Documentation:
GitHub Repo for contributing to the website