Paired with the Web GUI TouchDesigner componenet this website will auto-generate a GUI for any TouchDesigner container. The website uses websockets for real-time communcation. This project uses Tweakpane for generating UI.
-
A live version of the site can be found here.
-
The TouchDesigner component can be found on my Patreon.
-
Check out the youtube tutorial covering the component and website.
Local Development:
yarn install
yarn dev
Build for Production:
yarn build