Skip to main content

105 posts tagged with "TouchDesigner"

Posts about working with TouchDesigner and using it in production environments

View All Tags

The Mysterious SVG TOP

· 4 min read
Matthew Ragan
Pixel Pusher

If you've ever tried to work with the SVG TOP in TouchDesigner you've likely had one of two experiences – it worked like a charm out the gate, or you found yourself scratching your head and cursing under your breath wondering how on earth this file type works.

Python in TouchDesigner | Dictionaries

· 10 min read
Matthew Ragan
Pixel Pusher

Part 1

Core Concepts

  • Dictionaries – a structure and a concept
  • Looking at Dictionaries and Lists side by side
  • What are key value pairs
  • Retrieving values from dictionaries
  • Retrieving .keys() and .values()
  • Adding items to dictionaries
  • Nested data structures
  • A better text formatting approach with .format() (a big thank you to Willy Nolan for setting me on the right path with text formatting in Python 3)