TOUCHDESIGNER 60 FPS METAL MATERIAL – NEW TUTORIAL AND PROJECT –

You can find the tutorial and the file project here: https://www.patreon.com/posts/102013471?pr=true

Vertex Shaders 03: Next Level Feedback Effects in TouchDesigner!

Vertex shaders again! In this tutorial, we will look at how to build a cool render-based feedback loop in two ways, using SOPs (slow!) and then vertex shaders (fast!). Project files on Patreon: www.patreon.com/water__shed I am including an updated fluid sim .tox in the project file too, enjoy 🙂 TITLE: Timeline 1 FCM: NON-DROP FRAME […]

TouchDesigner Vertex Shaders 02 – Kalaidescopic Layers

We continue our exploration of vertex shaders in TouchDesigner in this video, writing a custom Vertex and Fragment shader for a GLSL material that will allow us to create and composite layers of a texture to generate kalaidescopic visuals. I have included the boilerplate code for the GLSL rotation matrix below in the description, as […]

06th _ 10 min TouchDesigner Tutorial – Vertex Shader Deformation GLSL

6th 10 Minutes Tutorial for TouchDesigner. In this tutorial we cover the technique : How to deform the geometry using GLSL Vertex Shader. Learn Houdini and TouchDesigner in 10.5 Months academic online curse with self-learning and curated option. Enroll at https://hou2touch.com/ __________ Join us in social media! There we share up-to-date information about planned streams, […]

CellShader0 | TouchDesiger Tutorial

Here’s {TouchArtist} series, next one I wanna share more about visual staff in TouchDesigner, and it’s opensource, I hope everyone to join me to develop based on this program. https://github.com/Wingto/TouchArtist Free project file – https://www.patreon.com/posts/cellshader0-tox-72909985?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator Extra examples available for Patron supporters(in the end of video, please check it out) – https://www.patreon.com/posts/cellshader1-2-72910012?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator

GLSL 102 Raymarching : Beyond Copy and Paste Shadertoy – VanTa

Workshop: GLSL 102 Raymarching : Beyond Copy and Paste Shadertoy Recommended Prerequisite: https://youtu.be/QtrzuSFfsSo 0:00 – Introduction 3:45 – Raymarching theory 15:23 – Let’s start raymarching! 54:06 – Calculating Normals 1:16:50 – Combining shapes 1:29:55 – Adding interactive control with uniforms 1:35:05 – Inigo Quilez, Shadertoy, and using resources 1:43:37 – Displacement 1:59:14 – Experimentation and […]

Woulg Stream – TouchDesigner, maybe shaders

[Patreon] https://www.patreon.com/woulg [Links] https://www.woulg.com https://woulg.bandcamp.com https://facebook.com/woulg.music https://youtube.com/user/woulg https://twitch.tv/woulg [Disclaimer] This account is not owned by woulg, yet is woulg-approved. Twitch stream VODs will be re-uploaded on this channel for posterity.

Creative shading with render buffers – part 2 (GLSL)

This tutorial will show you how to achieve interestingly looking renders with a use of color buffers tool in TouchDesigner. This is second part of two, where I’m showing how to manually define buffer outputs in GLSL MATs, that opens much more possibilities, than using Phong MAT as in part 1. Three “green” containers from […]

GLSL 101 Shaders for Everyone – Van Ta

Workshop: GLSL 101: Shaders for Everyone In this workshop participants will acquire a basic understanding of how GLSL shaders operate within TouchDesigner. Additional information around their syntax and common use will be reviewed. This will be achieved through the creation of two real-life projects (an analog style synthesizer and a 2D pattern generator). The instructor […]

Watercolors – TouchDesigner Tutorial 23

In this TouchDesigner tutorial we create a feedback loop to imitate watercolors or ink in water. In the second part of the video we make the project interactive. —– 00:00 Intro / Overview 01:49 Setup 04:27 Feedback 05:58 Slope Explanation Attempt 10:29 Color etc 13:38 Interaction 21:00 Additional Stuff —– paketa12 – Recursive Displace: https://youtu.be/V-h9rNVokqU […]

Touchdesigner Moving primitives and noise settings in a shader Tutorial

This lesson is about how to move separate groups of primitives of a single geometry using a shader. And a little about setting up noise in the shader. I made a mistake (video time: 15:40). For an exponential function, it’s correct to write this: noise = noise * exp(abs(noise)*uExponent)/exp(uExponent); Этот урок о том как перемещать […]

Touchdesigner Tutorial – How To Build Point Sprites in A GLSL Shader

A walkthrough of how yo can build point sprites within a GLSL shader. Project can be found here – https://github.com/franklin113/Tutorial-Repo