Hey there, here is my first contribution to the community ! I recently saw a really cool installation by Ryoichi Kurokawa on his Instagram.
Community
Simple CHOP out of Easing Functions You can also set the number of samples List of functions:
Easing Functions CHOP
Version 0.11 of RayTK is now available on GitHub! Along with that, there is now a documentation website with concept guides and an operator reference. RayTK 0.11 Download RayTK documentation site 0.11 supports TD 2020.44350 (experimental) and the newly released 2021.10330 (official).
RayTK Version 0.11 and documentation website
Sorry for the messy toe Would love to see someone creating a little game or anything out of this. Feel free to post your walk with the spider and tag https://www.instagram.com/josefluispelz/ walk with WASD | reset with "shirt+r" | home with "h"
Generative spider character
Herewith a simple but powerful colorpicker widget for Touchdesigner which you can use in your own user interfaces.
Colorpicker UI widget: v1.3

Here is templates for three different approaches to visualize Kinect joints data: points, lines and metaballs with some custom parameters. In the video tuitorial I explained it in more details and share some ideas how you can use it later to create very different looking outputs.
3 templates for Kinect skeleton visualization

UberGui is a lightweight multi-threaded, webRender UI module for TouchDesigner projects. The aim is to solve the trifecta of challenges building UI's in TouchDesigner often poses: being fast, feature rich, and visually appealing.
UberGui V4 - A lightweight multi-threaded, WebRender UI module for Custom Parameters

what is this? This is a pair of TOXs and associated scripts that allows the TD users to transfer an arbitrary number of files between networked computers running Touch Designer. Here's a GIF! transfer What problem does this solve?
Threaded TCP Transfer

Hey there, I created this .Tox as a tool to support online classes, but also the "making of" quick tutorials. Noticing that some of my students, were often asking the name of the last operator created, or the last last parameter modified, I thought it could be helpful showing them these edits in
Autogenerated Subtitles

Blister lets you set up columns of Lister COMPs by editing parameters. (2020.40000 and later) Jan 23, 2021: new version with panel-style UI for creating columns. Feed it any table with headings (like an OP Find DAT) and click Edit Column Definitions.
blister COMP - Easier Setup of a Lister COMP
A component to merge point clouds from Kinect Azure devices How does it work? The technique used here is based on the open3D library: http://www.open3d.org/ This method is very fast and easy to use.
Azure Pointcloud Merger

Hi, This is an implementation of the playerList COMP. It 's looped by default. You can create any numbers of players with replicator. All is controlled also wifi via RCP. Hope they will improve this method RCP is great.
RCP MOVIE PLAYER
bypassHandler lets you reference operators and set their bypass flag through toggle parameters. How it works Given a list of operators, it adds a toggle paramater to the bypassHandler custom page for each found operator.
bypassHandler COMP - Bypass operators with toggles

Hi! Here is .tox file with water ripple effect made with GLSL. Code is based on this shader, but I did some changes and leave a comments for you. You can also read theory behind algorithm here.