L-Touch is a TouchDesigner module for controlling L-ISA objects as well as many other parameters in L-ISA Controller via OSC. More information on specific parameters, and the python extensions, can be found in the pdf documentation.
Community
Recently rediscovered this post from several years ago. Needing to calculate the White value for a color to drive lighting fixtures that expect RGBW channels is pretty common. Since it's basic color math, it's something that's really best done in a shader.
RGB to RGBW shader
Warpa is a projection mapping tool for warping meshes in TouchDesigner. Watch the youtube tutorial here: https://www.youtube.com/watch?v=Ig19XN008Yw
Warpa: 2D Mesh Projection Mapping Tool
DYNAMIC pixel map GENERATOR for multi-display environments Artio is a highly customizable TouchDesigner component that generates a pixel map for each of your displays in a geometry COMP replicator setup. It is designed for maximum clarity and scalability for events and performances.
Artio
Speed Calculator Simple COMP to calculate a speed. How to use Drag and drop the Speed_Calculator.tox on your project. Connect a CHOP operator to the input. You don't have to rename the channel. Just arrange the channel by xyz.
Speed Calculator

Here's a quick implementation of a physarum system, using no GLSL at all. I doubt that it's easier to understand tbh. Non commercial use only.
Physarum without GLSL

https://youtu.be/6y2NN1RAqdQ There is a glitch in Ramp TOP at half sub-pixel phase values where the gradient doesn't go from maximum to minimum in one pixel. This can cause glitches in instancing data and other cases as well (as shown in the video).
RealRamp - What is wrong with Ramp TOP?!

.PHOTOGRAMMETRY WORKSHOP. Last May, I gave a workshop about photogrammetry @ Stereolux (France - 44) The ZIP archive is now available, with 3D scans (xyz text format - made with Reality Capture) and an associated Toe file (the one used to make the teaser image).
PHOTOGRAMMETRY Workshop - 3D Scans & TOE File

This is a boilded down version of my Serum system (example). It's a 2D particle system and there's no GLSL involved! Feel free to play around and be inspired. Always credit me when sharing results. Non-commercial use only, contact me otherwise.
Serum Template

https://youtu.be/G25n1DAI2pM This component takes care of all your reset needs, pulsing all 'resetpulse' or similar parameters of operators included in search. You can enable or disable certain operator types (hope I didn't forget any).
ResetPLS - One RESET To Rule Them All

Distance Calculator Simple COMP to calculate a distance between two coordinates. How to use Drag and drop the Distance_Calculator.tox on your project. Connect two CHOP operators to each of the inputs. You don't have to rename the channels. Just arrange the channels by xyz.
Distance Calculator

This is my first attempt to make a midi learn like any other software has. It works like this :Be sure your midi device is connected and mapped in TD.. (dialogs...alt+d)Select a comp, this should have customPar , if you want to map the buildIn pars please enable the Buldin Toggle.
Midi_learn COMP

Summary TMI is a tool for making basic color temperature adjustments on TOPs. It is written in GLSL. Instructions TMI features a color temperature slider (T), a magenta/green shift slider (M), and an intensity slider (I).
TMI color temperature tool

ATTRAKTORs DESIGNER Create, Design and Play Strange Attraktors in TouchDesigner After having shared two weeks ago Attraktors Creator, a .tox allowing creating and mix strange attractors here is now the news about Attraktors Designer. ATTRAKTORs DESIGNER is an application created with TouchDesigner.
ATTRAKTORS DESIGNER v0.7

Simple and easy way to have a Drop area to load video on demand. It blends to the new inputs and let in play only one movie file in per time.It does preload() and a the blend will happen only after preloading.
Drop Player

This component's code is from this : https://www.shadertoy.com/view/XtKfRV I did not find any specification in the code so i guess we are free to use it. If you use it in a working enviroment try to contact who made it. This component works fine in 8bit.
GPU Bloom


It's a Step Sequencer. The notable thing with this one is that it ties into TimerCOMPs, the main timer (/local/timer) by default but you can target a separate one if you have one. From the timer, it uses the tempo and time signature to build and step through the sequence grid.
Step Sequencer

Quick idea for troubleshooting feedback loops. Allows slowing the framerate to be able to see the changes between frames. Uses component time so the frame rate of feedback is independant from the normal timeline.
Feedback loop with framerate control
Attraktor Creator - Create and Mix Stranges Attraktors Equations. It is the lite version of Attraktors Designer without the design and the play mode. It allows to create any attractors in the particle system and output the positions texture and the velocity texture of the simulation system.
Attraktor Creator v0.1

Overview This asset consists of an Unreal Editor Utility Widget and corresponding TouchDesigner component (.TOX file). The Editor Utility Widget emits Unreal’s sequence editor current frame, start frame, end frame, framerate, and currently loaded sequence name via OSC.
Unreal Sequencer Sync

Hi, this component creates time slots that repeat in succession. The order is managed by a Lister.
Slot Timer

VIDEOBIN: is a video player inspired by the media-bin of vdmx with something more Usage: Point to your main video contents folder. In my case 'VJ-CONTENTS', which contain many other folders full of handmade videoclips. A tree lister will allow you to select one of theese folders,
VideoBin

A simple tox for creating a feedback top effect with depth awareness. It is recommended to provide a render TOP at a higher resolution without antialising and then downscale afterwards. Also, set the camera COMP's view parameters to match the distance range of the geometry in view.
Feedback 3D



The CamSequencer is an extended version of the default Camera COMP, with the added possibility of storing and recalling camera positions as presets, with an easing curve for the inbetween values - so that we can get nicely animated continuous camera movement without the need of an Animation COMP for
Easy Easing Between Camera Positions - CamSequencer

If you're anything like me and spend a lot of time in video conferences, you may want some privacy afforded by RTX background removal. Then I felt awkward explaining the black void I was working in, so I created this to swap out cool backgrounds.
RTX webcam background changer

This is a useful module to create QR Codes to display to your end user. I use this a lot for photo booth projects. I will upload the photo to the server with an assigned filename and then generate a QR Code so the user can go and download their photo right way. You can assign any data to the QR C
QR Code Maker

This is a stress test demo of my tweener class. It is processing 784 parameters per frame on 196 Geos. Feel free to comment if you have ideas for how to better optimize the code of my Tweener class or the Stress Test Demo. https://www.youtube.com/watch?v=hxmf2OPcLG8
Tweener Stress Test Demo

Hi, This component allows you to simulate a fluid in 2 dimensions. The source of the fluid is controlled by the mouse. But it can be adapted to other sources.
Fluid simulation component

Hello guys, It's been a while I didn't post anything, but this is just a very small component to integrate TD with Monogram Creative Console. I think this is the smartest, sexiest and most useful piece of hardware out there.
TD-Monogram - TD Integration with Monogram Creative Console

Hi, This component allows you to simulate ocean waves in realtime. The rendering is optimised by using the Inverse Fast Fourrier Transform algorithm.This allows you to change, on the fly, parameters like the wind force, the viscosity of the waves, the field size, etc.
FFT Ocean simulation

This little TOX just disable all viewer from your project. Sometimes we forget to do it manually and that consume some ms for your CPU, and also there are many components inside another and so on... this component does the op(''xxx').viewer = False for all of them.
Disable viewer for all component

https://youtu.be/-Ck2fPVT3MQ Here's an OSC reader I made in collaboration with Paliverse, creator of Dualsense M on the App Store (about $5). Sends data from the PS5 controller out to TD through OSC protocol, including all joysticks, buttons, touchpad, and even gyro data to some degree.
Dualsense 5 (PS5) Controller OSC Reader for Dualsense M (Mac)

UPDATE: Version 1.1 now available, see OLIB for a complete changelog. A huge thank you to Matthew Ragan for taking the time to look over this component and provide some awesome feedback for how it could be improved! I learned a lot from that!
MetaRamp TOP

I have an upcoming project for a children's museum that wants a custom scratch programming style interface to control a robot with 5 servos. This is an early prototype that lets you build a stack of nodes, pull them apart in groups and restack them to form the sequence of what will be the commands
Drag and Drop UI: Scratch Programming Style Prototype

Constant TOP that can be controlled using HSV slider parameters. These parameters can then be controlled by python or chop channels easily. See OLIB for longer description and detailed parameter explanation. Would recommend downloading from there.
HSVConstant TOP

I made this patch for a specific type of 3D volumetric display LedPulse Dragon-O https://www.ledpulse.com/technology/organic-system which has unlike other volumetric displays an organic placement on the LED's meaning there is an offset in x and y on every layer (1-4 and then repeating) instead of a
3D volumetric rendering

Highlights (v0.20) Thumbnail images in the palette! Variables, a whole new way to control and vary the behavior of operators.
RayTK v0.20 and Tutorial: Palette Thumbnails, Variables, and more

I have been creating interactive projects for over 20 years and a lot of that time was spent in Adobe Flash and later HTML5. A large part of that work used programmatic tweening in actionscript and javascript. One of the main tools I loved to use was called GreenSock which is still around today fo
Tweening with Tweener! A python based solution

Hi there, I just finished a project using the Web Render TOP and ran into some problems on the way.
Fixes for the Web Render TOP

1st A big Thank you to Matthew Ragan and Markus Heckmann for their ispiring works: https://matthewragan.com/2019/05/06/touchdesigner-case-study-custom-parameters-and-cues/ https://derivative.ca/community-post/asset/zuweiser-more-experiments-controller-mapping-and-binding GOAL OF THIS THING : Pres
Value_Matrix

This is my favorite component and the one I use the most as this tool here will 'surface' any heightmap you have. Yes, that wired texture you get out of a feedback loop ...the idea is to get a nice shading on that. To define a surface means you need a perfect normal map.
Normal Map v.2


Highlights (v0.19) New 3D bezierSdf to create arbitrary curved paths New headSdf based on tdhooper's model New polyhedronSdf with lots of controls and support for custom SDFs on vertices, similar to geodesicSdf Lots of new field inputs to customize various filters and SDFs Check out the Release
RayTK v0.19: Heads, Beziers, Polyhedra, Oh My!

The Beat CHOP and Timeline CHOPs are a handy way to generate regular sequential input for music-based projects. They depend on a Time COMP to set the BPM. You can of course set the BPM in the playback bar but I don't always know what the BPM I'm trying to match is.