TouchDesigner Slamtec Lidar support CPlusPlus CHOP for TouchDesigner to read data from Slamtec Lidar. Supported: RPLIDAR A1 / A2 / A3 RPLIDAR S1 / S2 Allow use of network versions also as S2E.
Community
TOX file is the template to be added to local/midi/userdevices The python script is for use in an extension. Then you can reference channels' names like this: opWithExtension.ChannelLayers['A']['Sliders'][5:8]
Behringer X-Touch Mini device mapping with channel-organizing data structure
https://youtu.be/j43gZ0MB2xo Do you type absTime.seconds a bunch? So do I, and many other things. But I am lazy too, that’s why I wrote some lines of Python code in the form of this component to save you time typing!
Save time writing expressions with the ExprHotStrings component
Hey it's xyzuvwopq I decide to share my 2022 SOPs researches. It is over the 100(at least 190 but there be almost duplicated files..) TD - 3d modeling components feel free and enjoy noding!
Touchdesigner SOPs | over the 100s 3d modeling components
Depth map viewer with final frame exporter, so you can upload the frames on a photogrammetry software like Reality Capture and transform your 2D images into 3D assets.
Depth map viewer for 2D to 3D assets

Second update of our developed Blender Add-on: 'TD Scripts v1.2. This one has some improvements and bug fixes, but the main addition is the ability to: - export animated camera's Improvement, you no longer have to connect your textures directly to the principled shaders sockets.
TD scripts v1.2: a Blender Add-on for Touchdesigner
ATTRAKTORs DESIGNER Create, Design and Play Strange Attraktors in TouchDesigner.
ATTRAKTORS DESIGNER v0.8 and v2022 (New Releases)

Tired of searching for the same functions over and over? or to port and reimplementing them between platforms and shader languages? LYGIA is shader library of reusable functions that can be include easily on your projects. Lygia was created by Patricio Gonzalez Vivo.
Lygia for TouchDesginer


Pixel_Wrangle_UI Pixel Wrangle is a minimalist GLSL framework built on top of GLSL TOP. Philosophy Functional parity with GLSL TOP A user interface that is as simple, pleasant, and straightforward as possible Dynamically generated TouchDesigner parameters by declaring uniforms (with customizable p
Pixel Wrangle, a minimalist GLSL framework built on top of GLSL TOP

A lidar tool made with Touchdesigner C++ CHOP, which can support HOKUYO, SLAMTEC, EAI and SIMINICS. Connect multiple lidars. Multiple lidars merge. Add trigger range TUIO & UDP This version is only available in Touchdesigner 2022+.
LIDAR COMPONENT: LIDARTRACKER v3.0

TD Launcher A standalone windows launcher application for automatically opening TouchDesigner projects (.toe files) with the correct version of Touch, choosing from what is currently installed on your system or allowing you to download the correct version and install it from the launcher.
TD Launcher V1 (Automatic Build Detection)

Herewith you'll find our recently developed Blender Add-on: 'TD Scripts v1.1. We're currently seeking for opportunities to make the transition between Blender and Touchdesigner more fluid, especially within the export realm.
TD Scripts: a Blender Add-on for Touchdesigner

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.
L-Touch Source Controller

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).