Close

Community

 IMG_1730_square.gif
Asset

Hello! I’m Gwangyu Lee. I made an iOS app that sends drawing information through OSC. You can download it on the Apple Appstore. Also, you can download the TouchDesigner project file of this on my GitHub. Thanks.

iDraw OSC

Asset
 thumbnail_0.png
Asset

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

 Screenshot (4).png
Asset

**FOLDERS** is a simple component that creates folders in the local directory relative to the project folder.   Since a number of my components have default locations for externally synced tables,

FOLDERS

Asset
 accumulate_thumb.png
Asset

I haven't found a simple and clean CHOP-only solution to accumulate data on-demand (unlike the Speed CHOP which keeps accumulating on each cook), so here is Accumulate CHOP implementing `accumulated += new_value`! ust Pulse the Accumulate parameter, or Reset.

Accumulate CHOP

 top_0.jpg
Asset

About my “MP_ADAM6060D_IF1”   [ADAM6060D] is I/O Module. It has 6 Relay Outputs and 6 Digital Inputs. This component can control [ADAM6060D] via Ethernet.   How to use   Please, fill ADAM6060D’s IP address in “IP address” field. And you can select Input response, “Low” or “High”.

Hardware I/O[ADAM6060D] Component

 NAPsTeaser.png
Asset

Introduction NAPs provides similar functionality as TD's built in Global OP Shortcuts, but for any family of operators. You simply create a short alias for the operator, then you can access it from anywhere in your network via op.NAPs.OPS("your_op_name").

NAPs - Named Operators

Asset
 Immagine 2022-03-27 235455.png
Asset

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

Slot Timer

Asset
 preview.png
Asset

Country-flag-TOP TouchDesigner component, which allows to parse country flags in different resolutions Parameters Country - (menu) The country Width - (int) Image width Notes API: flagpedia.net/download/api You need internet connection https://github.com/confirmedancient/Country-flag-TOP

Country-flag-TOP

 tutorial-new-0.33-poster-800x450-optimized.png
Asset

The RayTK 0.33 release is now available for download!   Palette improvements: reorganized palette into more descriptive categories, ui styling, show which operators are new/updated New light operators Field instancing Lots of other stuff!   https://www.youtube.com/watch?v=RQ_M3rK4rU0

RayTK Version 0.33

Asset
 repo-hero.png
Asset

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

Asset
 21 Value Matrix.png
Asset

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

 Captura de pantalla (199).png
Asset

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

Asset
 countdwn.PNG
Asset

A small countdown component, offering some additional functionaily to the a regular timerchop. This component outputs the total seconds, the time in HH:MM:SS format as chop channels an as a string. Additionaly you get an API for a more hassle free handling.

Countdown

Asset
 s2-ginkgomon_blackonwhite-01.png
Asset

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

Asset
 speed_1.gif
Asset

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

Asset
 RecordMovie.3_0.png
Asset

A convenient interface to the Movie Out TOP, it records one or two streams of video and audio, always makes a unique file name, splits into 30-minute (or whatever) files, records fixed-length or unlimited length, has a start-delay, and there's a version with a tiny UI. What it doesn't have in the UI

RecordMovie COMP

Asset
 dist_1.gif
Asset

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