IntentDev / touchpy

TouchPy is a high-performance toolset to work with TouchDesigner components in Python
https://intentdev.github.io/touchpy
Other
24 stars 0 forks source link

PyPI version PyPI - Python Version

TouchPy

TouchPy is a high-performance toolset to work with TouchDesigner components in Python.

By leveraging Vulkan, CUDA, and TouchEngine, TouchPy opens new pathways for integration, particularly with libraries such as PyTorch and Nvidia Warp. TouchPy supports GPU-to-GPU (zero-copy) data transfers, streamlining data exchange between standalone Python applications and Touchdesigner.

Please refer to the project Documentation for installation instructions, API and language reference.

More usage examples and tutorials are coming soon.

Video introduction / tutorials:

Installation

TouchPy supports Python 3.9 onwards and runs on Windows. A Vulkan capable GPU and driver is required. To work with TOPs a Nvidia card is required.

As TouchPy uses TouchEngine, it requires TouchDesigner or TouchPlayer (release 2023 or later) to be installed with a paid license (Educational, Commercial, or Pro).

The easiest way to install TouchPy is from PyPI:

$ pip install touchpy