Skip to content

shader-park/shader-park-touchdesigner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1e6b9b9 Β· Aug 12, 2024

History

37 Commits
Sep 29, 2020
Sep 29, 2020
Aug 7, 2024
Aug 12, 2024

Repository files navigation

shader-park-touchdesigner

Render Shader Park sculptures in TouchDesigner

Download Latest Plugin

Watch the Tutorial on Using the New Plugin Watch the Tutorial on Using the New Plugin

Getting Started πŸŽ‰

Drag and drop the .tox File into your TouchDesigner project. Place down a Text DAT and paste your Shader Park code into it. Connect the Text DAT to the Shader Park plugin to render it.

Adding Uniforms / Inputs

If you use any input in your Shader Park code eg:

let size = input();

You will need to add a uniform with the same name (in this case size). To do this go inside the Shader_Park.tox plugin and find the shader_material GLSL MAT. In the Vectors tab add in the name of the uniform. image


This project has been tested on MacOS + Windows with no node.js installed
For Windows this only run on Windows 8.1 and above. Not yet tested on Linux