Skip to content

SudoMagicCode/td-op-arcana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TD Operator Arcana

A compendium of TouchDesigner operator examples. Pulls all examples from Op Snippets and from other TD Community Resources into a single reference.

Python translation project:

td-op-arcana\python-translation

Requirements

  • Python 3.11

Setup

Install Python 3.13

We'll be using a special sub directory as the location for any python virtual environment elements that TouchDesigner will use. In your terminal navigate to td-op-arcana\python-translation.

Create your virtual environment:

uv venv --python 3.13 

Activate the virtual environment

.venv\Scripts\activate

Fetch all dependencies

uv pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages