All Projects → GregFinger → TD-pixelMappingLEDs-3D_Volumetric

GregFinger / TD-pixelMappingLEDs-3D_Volumetric

Licence: other
A project for visualizing and sending rgb data to leds in 3D arrays. Arbitrary arrangements of led strips can be set up with SOP geometry. SOP point color (Cd) is used for sampling led color.

Projects that are alternatives of or similar to TD-pixelMappingLEDs-3D Volumetric

TD-PostEffectShader
PostEffect Shaders(GLSL) for TouchDesigner
Stars: ✭ 12 (-45.45%)
Mutual labels:  touchdesigner
TD-Flow-ABS
Real-time Flow-based Image and Video Abstraction in TouchDesigner.
Stars: ✭ 72 (+227.27%)
Mutual labels:  touchdesigner
TD-Anime4K
Implementation of Anime4K in TouchDesigner.
Stars: ✭ 32 (+45.45%)
Mutual labels:  touchdesigner
PyTorchTOP
GPU PyTorch TOP in TouchDesigner with CUDA-enabled OpenCV
Stars: ✭ 58 (+163.64%)
Mutual labels:  touchdesigner
TD-OpenCV3TOP
Touchdesigner OpenCV3 C++ TOP for FaceDetect
Stars: ✭ 90 (+309.09%)
Mutual labels:  touchdesigner
TD kinect streamer
you can using Multiple Kinect v2 devices by this .tox
Stars: ✭ 29 (+31.82%)
Mutual labels:  touchdesigner
PhaserCHOP-TD-Summit-Talk
Project files associated with http://github.com/dbraun/PhaserCHOP and David Braun's "Quantitative Easing" talk at the 2019 TouchDesigner Summit https://www.youtube.com/watch?v=S4PQW4f34c8
Stars: ✭ 36 (+63.64%)
Mutual labels:  touchdesigner
touchdesigner-save-external
a simple save external tox and text helper
Stars: ✭ 42 (+90.91%)
Mutual labels:  touchdesigner
Pixel-Packing-Examples
Pixel Packing Data Transfer with TouchDesigner, openFrameworks, and Processing
Stars: ✭ 43 (+95.45%)
Mutual labels:  touchdesigner
TD-JUCE
JUCE audio and VSTs in TouchDesigner
Stars: ✭ 29 (+31.82%)
Mutual labels:  touchdesigner
touchdesigner light volume
No description or website provided.
Stars: ✭ 21 (-4.55%)
Mutual labels:  touchdesigner
touchdesigner-summit-2019-large-systems
No description or website provided.
Stars: ✭ 26 (+18.18%)
Mutual labels:  touchdesigner
PhaserCHOP
A TouchDesigner channel operator for phase-staggered animations
Stars: ✭ 15 (-31.82%)
Mutual labels:  touchdesigner
raytk
Raymarching shader toolkit for TouchDesigner
Stars: ✭ 98 (+345.45%)
Mutual labels:  touchdesigner
Touchdesigner-Art
Generative Art Made with Touchdesigner
Stars: ✭ 52 (+136.36%)
Mutual labels:  touchdesigner
ClothTOP
GPU-accelerated Cloth TOP node for TouchDesigner using the NVIDIA Flex physics solver.
Stars: ✭ 33 (+50%)
Mutual labels:  touchdesigner
TD-Faust
FAUST (Functional Audio Stream) for TouchDesigner
Stars: ✭ 38 (+72.73%)
Mutual labels:  touchdesigner
td-completes-me
A Simple Auto Completion Engine for Touch Designer
Stars: ✭ 85 (+286.36%)
Mutual labels:  touchdesigner
touchdesigner-hueControl
Components for controlling hue lights from TouchDesigner
Stars: ✭ 31 (+40.91%)
Mutual labels:  touchdesigner
UberGui
UberGui is a lightweight multi-threaded, webRender UI module for TouchDesigner
Stars: ✭ 47 (+113.64%)
Mutual labels:  touchdesigner

TD-pixelMappingLEDs-3D

LED mapping with arbitrary 3D Geometric arrangements. Uses SOP Point Color attribute and Group SOP bounds to control colors.

This is a visualizer but also has the ability to send the rgb color data out to your led controller. The visualizer is an arcball camera and can be manipulated with a mouse.

screenshot

The SOP geometry determines the addressing for your leds.

For example with this box arrangement shows the led pixel indices.

screenshot

There's a CHOP named LED_Data. The first 3 samples correspond to the RGB of the first sop point/led index. The next 3 samples are for the second point/led index , and so on.

screenshot

This data can then go directly out to your led controller.

See here for a Depth Peel + GLSL method: https://github.com/wuestenarchitekten/collection/tree/master/LEDCubeRender

(actually that seems to be some method based on Depth Peeling, but ratherhave multiple cameras instead of multiple peels. The basis for a true Depth Peel method can be found here: link)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].