Skip to content

shader-park/shader-park-touchdesigner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

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