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