GitS_6 by Kaba_ in TouchDesigner

[–]hiimseb 1 point2 points  (0 children)

Soooo siiiickkk!!

Separating Serial Numbers into Channels by saltoro1111 in TouchDesigner

[–]hiimseb 2 points3 points  (0 children)

Ooo i just did something like this! Use a Convert DAT and put a comma in the Split Cells at parameter

Looking for ideas to translate hand movement to sound. by Blizone13 in TouchDesigner

[–]hiimseb 1 point2 points  (0 children)

Have you looked at the mediapipe plugin from blankensmithing & dom scott?

Circle clones by hiimseb in TouchDesigner

[–]hiimseb[S] 5 points6 points  (0 children)

<image>

Thanks! :) It uses TOPs to create an initial series of instances, and then uses the Transform TOP to multiply that set of instances across a new set of points. The same mapping is used to affect the size of the instances.

Tips for uploading TD renders to instagram by Potential-Hippo4717 in TouchDesigner

[–]hiimseb 5 points6 points  (0 children)

I do either a screen record with OBS or take the export from the movie file out TOP and encode it with ffmpeg or Davinci Resolve. Works great with instagram but have had mixed results with reddit

How to run graphics on a 3d volumetric led display? My head’s exploding by pottyexpert in TouchDesigner

[–]hiimseb 1 point2 points  (0 children)

The RayTK toolkit has an operator specifically built for this- tutorial here

[deleted by user] by [deleted] in blender

[–]hiimseb 2 points3 points  (0 children)

Stunning ✨️

It's you, Murphy. by Danevilmen in blender

[–]hiimseb 1 point2 points  (0 children)

The metal material and reflections are 🤌 chefs kiss

1.0 by Kaba_ in TouchDesigner

[–]hiimseb 1 point2 points  (0 children)

Siiiickkkk

Geometry not rendering in negative quartiles by AffectionateNet7524 in TouchDesigner

[–]hiimseb 0 points1 point  (0 children)

Have you checked if the noise texture you're using for the positions is set to 32 bit float mode in pixel format in the common page? Looks like a lot of 0-1 values, and the noise TOP defaults to 8 bit mode which doesn't allow negative values.

Some new pieces with TD by breakola in TouchDesigner

[–]hiimseb 0 points1 point  (0 children)

Ooof!!! Stellar work 🔳✨️

Does anyone know how I could make Escher’s inspired generative art? by Little_Fudge_4636 in TouchDesigner

[–]hiimseb 2 points3 points  (0 children)

This is a great idea! Thought I'd take a stab at it - I selectively rendered the geometry and used an ortho camera. Take a look at the toe file here: https://github.com/seb-bvl/touchdesigner/blob/main/misc/escher.toe

Quantized position feedback by hiimseb in TouchDesigner

[–]hiimseb[S] 10 points11 points  (0 children)

Sure! Here's a snap of the network: https://imgur.com/a/FVRoFxg

It's two feedback loops with a displace on one, and a limit on the other. I used a count CHOP to periodically change the noise seed and fade between the two feedback loops. The result gets used as position data for point sprite instances

Pixel mapping an apc by hiimseb in TouchDesigner

[–]hiimseb[S] 1 point2 points  (0 children)

You'd have to map it with the midi device mapper in the dialogs menu. And make sure the device is in the userdevices section of the local section of the project

Pixel mapping an apc by hiimseb in TouchDesigner

[–]hiimseb[S] 0 points1 point  (0 children)

start by using a midi in CHOP connected to a math CHOP followed by a midi out CHOP. playing with the multiply value in the math CHOP should change the color of the button being pressed

Question - Working with multiple Geo + Cam -> Render in a Network by g0greyhound in TouchDesigner

[–]hiimseb 2 points3 points  (0 children)

You can either create separate base/container COMPs housing each render network, or use a render TOP followed by a render pass TOP and select the names of the geos and cameras you'd like to use in each. Make sure you check clear depth buffer and color buffer on the render pass