Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 853 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 853 Bytes

TouchDesigner <> three.js Integrated Workflow

This tutorial aims to demonstrate, along with basic concepts of TouchDesigner and three.js, how both technologies can coexist in any 3D web application development pipeline. In particular, we examine how TD can speed up our dev cycle by providing a GUI to edit and export complex geometry.

Installation

  • Install the latest build of TouchDesigner
  • Initialize web server from root, e.g npx serve . or python -m http.server

Walkthrough

Enhanced Web Workflows with TouchDesigner + three.js

Additional Resources