- Видео 52
- Просмотров 31 754
PJ Visuals
Добавлен 13 май 2024
3D ASCII Filter TouchDesigner Tutorial & Project File
DOWNLOAD this file and other free project files on my pateron here:
www.patreon.com/PJCreations
GLSL COMPUTE CODE:
// uniform float exampleUniform;
layout (local_size_x = 8, local_size_y = 8) in;
void main()
{
vec4 color;
//color = texelFetch(sTD2DInputs[0], ivec2(gl_GlobalInvocationID.xy), 0);
color = vec4(1.0);
imageStore(sTDComputeOutputs[0], ivec2(gl_GlobalInvocationID.xy), TDOutputSwizzle(color));
}
GLSL PIXEL CODE:
uniform float pixelSize;
out vec4 fragColor;
void main()
{
vec4 color = texture(sTD2DInputs[0], vUV.st);
vec4 resColor = uTD2DInfos[0].res;
vec4 resLookUp = uTD2DArrayInfos[0].res;
vec4 depthLookUp = uTD2DArrayInfos[0].depth;
vec2 currPixel = vUV.st * resColor.zw;
vec2 lookupPos = ve...
www.patreon.com/PJCreations
GLSL COMPUTE CODE:
// uniform float exampleUniform;
layout (local_size_x = 8, local_size_y = 8) in;
void main()
{
vec4 color;
//color = texelFetch(sTD2DInputs[0], ivec2(gl_GlobalInvocationID.xy), 0);
color = vec4(1.0);
imageStore(sTDComputeOutputs[0], ivec2(gl_GlobalInvocationID.xy), TDOutputSwizzle(color));
}
GLSL PIXEL CODE:
uniform float pixelSize;
out vec4 fragColor;
void main()
{
vec4 color = texture(sTD2DInputs[0], vUV.st);
vec4 resColor = uTD2DInfos[0].res;
vec4 resLookUp = uTD2DArrayInfos[0].res;
vec4 depthLookUp = uTD2DArrayInfos[0].depth;
vec2 currPixel = vUV.st * resColor.zw;
vec2 lookupPos = ve...
Просмотров: 135
Видео
All Types of Audio-Reactive Visuals in Touchdesigner
Просмотров 3877 часов назад
DOWNLOAD this file and other free project files on my pateron here: www.patreon.com/PJCreations Patreon : www.patreon.com/PJCreations Website : nicholasmarriott.cargo.site/ Instagram : nicholaspjm #audiovisual #touchdesigner #3drender #objecttracking #td #download #visualizer #download #freeprojectfile #td #touchdesignercommunity #touchdesignerlearning
Popular Touchdesigner Visual Effects for Designers
Просмотров 6869 часов назад
DOWNLOAD this file and other free project files on my pateron here: www.patreon.com/PJCreations Patreon : www.patreon.com/PJCreations Website : nicholasmarriott.cargo.site/ Instagram : nicholaspjm #audiovisual #touchdesigner #3drender #objecttracking #td #download #visualizer #download #freeprojectfile #td #touchdesignercommunity #touchdesignerlearning
Trace and Blob Tracking Effect in Touchdesigner
Просмотров 1,8 тыс.12 часов назад
DOWNLOAD this file and other free project files on my pateron here: www.patreon.com/PJCreations Patreon : www.patreon.com/PJCreations Website : nicholasmarriott.cargo.site/ Instagram : nicholaspjm #audiovisual #touchdesigner #3drender #objecttracking #td #download #visualizer #download #freeprojectfile #td #touchdesignercommunity #touchdesignerlearning
Audio Reactive Pointcloud in Touchdesigner
Просмотров 41016 часов назад
DOWNLOAD this file and other free project files on my pateron here: www.patreon.com/PJCreations Patreon : www.patreon.com/PJCreations Website : nicholasmarriott.cargo.site/ Instagram : nicholaspjm #audiovisual #touchdesigner #3drender #objecttracking #td #download #visualizer #download #freeprojectfile #td #touchdesignercommunity #touchdesignerlearning
Use Computer Audio in your visuals | Internal Audio Routing for Touchdesigner
Просмотров 13816 часов назад
This tutorial teaches you how to route your audio internally to touchdesigner so you can use spotify, youtube, and any other computer audio sources live. vb-audio.com/Cable/ free project files on my pateron here: www.patreon.com/PJCreations Patreon : www.patreon.com/PJCreations Website : nicholasmarriott.cargo.site/ Instagram : nicholaspjm #audiovisual #touchdesigner #3drender #o...
Liquid Displacement Effect in Touchdesigner
Просмотров 40419 часов назад
DOWNLOAD this file and other free project files on my pateron here: www.patreon.com/PJCreations Patreon : www.patreon.com/PJCreations Website : nicholasmarriott.cargo.site/ Instagram : nicholaspjm #audiovisual #touchdesigner #3drender #objecttracking #td #download #visualizer #download #freeprojectfile #td #touchdesignercommunity #touchdesignerlearning
MOON - Audio Reactive Touchdesigner Visual (Project File)
Просмотров 29319 часов назад
DOWNLOAD this file and other free project files on my pateron here: www.patreon.com/PJCreations Patreon : www.patreon.com/PJCreations Website : nicholasmarriott.cargo.site/ Instagram : nicholaspjm #audiovisual #touchdesigner #3drender #objecttracking #td #download #visualizer #download #freeprojectfile #td #touchdesignercommunity #touchdesignerlearning
Free TouchDesigner Audio Reactive Particles Project File
Просмотров 33919 часов назад
DOWNLOAD this file and other free project files on my pateron here: www.patreon.com/PJCreations Patreon : www.patreon.com/PJCreations Website : nicholasmarriott.cargo.site/ Instagram : nicholaspjm #audiovisual #touchdesigner #3drender #objecttracking #td #download #visualizer #download #freeprojectfile #td #touchdesignercommunity #touchdesignerlearning
Audio Reactive Kaleidoscope Visual | Touchdesigner Tutorial
Просмотров 19621 час назад
Audio Reactive Kaleidoscope Visual | Touchdesigner Tutorial
Hand Tracked Audio Oscillator (theremin) - Touchdesigner Tutorial
Просмотров 1,3 тыс.День назад
Hand Tracked Audio Oscillator (theremin) - Touchdesigner Tutorial
Image & Video to 3D PointCloud in Touchdesigner Tutorial
Просмотров 1,9 тыс.День назад
Image & Video to 3D PointCloud in Touchdesigner Tutorial
Building your first Audio Reactive Visual in Touchdesigner
Просмотров 457День назад
Building your first Audio Reactive Visual in Touchdesigner
Blob / Object Tracking in Touchdesigner
Просмотров 69114 дней назад
Blob / Object Tracking in Touchdesigner
3D Basics - Touchdesigner workshop for Beignners
Просмотров 51414 дней назад
3D Basics - Touchdesigner workshop for Beignners
Audio Reactive Visual (Ryoji Ikeda) - Touchdesigner Tutorial
Просмотров 85714 дней назад
Audio Reactive Visual (Ryoji Ikeda) - Touchdesigner Tutorial
Touchdesigner Hand Tracked Particle Sim Project Download
Просмотров 29114 дней назад
Touchdesigner Hand Tracked Particle Sim Project Download
AURA - Audio Reactive PointcloudTouchdesigner | Project File Download
Просмотров 65114 дней назад
AURA - Audio Reactive PointcloudTouchdesigner | Project File Download
Artwork Tracing & Projection Mapping - Intro to Touchdesigner for Creatives Pt. 2
Просмотров 36314 дней назад
Artwork Tracing & Projection Mapping - Intro to Touchdesigner for Creatives Pt. 2
Introduction to Touchdesigner for creatives, beginners and artists. BEGINNER / FIRST-TIME TUTORIAL.
Просмотров 2,1 тыс.21 день назад
Introduction to Touchdesigner for creatives, beginners and artists. BEGINNER / FIRST-TIME TUTORIAL.
Audio Reactive Infinite Glitch Particles - Touch Designer Free Project File Download
Просмотров 29721 день назад
Audio Reactive Infinite Glitch Particles - Touch Designer Free Project File Download
Blob Tracking x Line Tracing Surveillance Style | TOUCHDESIGNER TUTORIAL & PROJECT FILE DOWNLOAD
Просмотров 3 тыс.21 день назад
Blob Tracking x Line Tracing Surveillance Style | TOUCHDESIGNER TUTORIAL & PROJECT FILE DOWNLOAD
Frequency Guided Particle Sim Touchdesigner Tutorial | Project file download
Просмотров 1,7 тыс.28 дней назад
Frequency Guided Particle Sim Touchdesigner Tutorial | Project file download
How I Perform Live Visuals (VJ) In Touchdesigner | Beginner Tutorial
Просмотров 436Месяц назад
How I Perform Live Visuals (VJ) In Touchdesigner | Beginner Tutorial
TEXTURAL WAVES TOUCHDESIGNER - EASY TUTORIAL
Просмотров 861Месяц назад
TEXTURAL WAVES TOUCHDESIGNER - EASY TUTORIAL
OBJECT-CEPTION POINT CLOUDS - TOUCHDESIGNER TUTORIAL & DOWNLOAD
Просмотров 531Месяц назад
OBJECT-CEPTION POINT CLOUDS - TOUCHDESIGNER TUTORIAL & DOWNLOAD
Glass Touchdesigner Tutorial - Beginner Easy tutorial for glass effect
Просмотров 2,6 тыс.2 месяца назад
Glass Touchdesigner Tutorial - Beginner Easy tutorial for glass effect
Audio Reactive Spectrum Visual in Touchdesigner | Beginner Tutorial!
Просмотров 4582 месяца назад
Audio Reactive Spectrum Visual in Touchdesigner | Beginner Tutorial!
♥
hi! do you need kinect for this? can it be done via mediapipe?
No kinect needed - all through mediapie :)
sick, thank you!
W channel
hello, nice vidéo, I tried it with some other .obj file that I rendered in blender but ther is a problem with the attribute create. Thtat say that some uv coordinates are required but even if I had them on in blender that's not workin :(
Between the object and the geometry node, add a “Create attribute” node under SOP. Then toggle the two switches, this should fix ur issue :)
ты лучший! :)
je t’aime
Your tutorials just increased in quality and I am all about it! amazing sound :)
Hi bro thanks for the video! you don't know how to make these lines not straight but rounded?
You can use a combination of circles and lines to achieve this. Its not as easy as you'd hope, but I'm working on a nouse kou style video that will probably use this technique
Thank you so much for the useful tutorial video!! I'm a foreigner, but the explanation was very easy and kind, so it was really helpful:) I have one question while folllowing the tutorial, how to rotate like the first sample work? I would really be grateful if you could tell me.
Glad it was helpful! In the first tab of the geometry node you can rotate the piece by change the values, i.e. type 90 into rotate x. I'm not sure if this is what you mean though.
Commenting to boost your channel. Love your work 🤯
Thanks very much for this excellent description. Very helpful and clear.
I had to mute 10s of the video due to copyrighted audio sorry.
wow, Soyuz band! great choice:)
bro, ur goated
You're awesome! There's no other video that puts this process as clearly as you do. As someone just starting out, this is simply too perfect. Thank you!! <3 Love your channel content too! Looking forward to more tutorials from you
Appreciate that! Lots more to come, always open to suggestions from beginners who have a better perspective on what they find useful!
Please, do not stop uploading tutorials. This amazing. Touchdesigner has a lot of potential
THANK YOU SO MUCH, YOU THA MVP
words can not express my gratitude <3 you are the best bro I love you
@@ngreva I’m so grateful for your support bro, let me know what tutorial you want next and I’ll prioritise it
@@pjcreated the one I sent you on patreon with ascii art kinda? some chinese dude with missing component, if you make that one somehow you will forever be my legend <3
@@ngreva I know some other ascii techniques, I haven't looked into that specific video just yet but would you be happy with any ascii video or is that video got a specific look you really like? :)
Can't wait for the tutorial❤
amazing
quick question, only skipped through the vid.. if I blobtrack a thing and look at the u v coordinates, do I get the coords from the closest point to the origin or the center point of the blob?
Center :)
@pjcreated thank you ☺️
pls tutorial
Which licence is needed to have multiple blobs? There are just 2 blobs with the free version… and is there a different way with opencv to get multiple blobs easy?
Unfortunately yes the free version is limited to 2 blobs, the Touchdesigner website doesn't specify which version is required for full blob tracking but I use the commercial PRO version. Touchdesigner supports python code functionality, so theoretically an opencv and python implementation of blob tracking could be implemented into TD. I image this would go against TD's TOS though, so even if I were to develop this I probably could not share it. derivative.ca/UserGuide/TouchDesigner_Products
my morning started beautifully! :)
🫶🏻🫶🏻
Thank you
Sorry about the jarring clip at the start - I picked a random movie I had downloaded and skipped to a random part lol
Don't be sorry, it looks cool.
great movie choice tbh!
how did you do it?
Lots of particles and noise. It's a large file so I wanted to see if there was enough interest before I made an hour long tutorial on the process, but for now you can download the file if you like!
@@pjcreated I want the tutorial. Amazing this project. Wow
as I said, you are on fire! I wake up everyday just to check what you uploaded today lol
Bro, what you are doing is very cool, if I weren’t a poor student, I would buy a subscription to Patreon! even if we consider that English is not my native language, it’s very easy for me to understand you, thank you for what you’re doing
Great video! Feedback as requested: The video is long but not too long, over 95% of it is relevant. Shoot for 100% and you'll be fine. Can't see the drop-down menus, but you narrate it so it's not a problem. My preferred format is: Tell us what the video will be about at the beginning once, be brief - and start showing as fast as you possibly can. Don't say "What I'm going to show you is X (long explanation). Just do it. Talk while you're doing it. But you did that a lot anyway.
As a TD beginner, I am very happy to have found your channel. Really appreciate everything you post, and your careful and thorough explanations have been very valuable to me. Thanks again!
The free download on patreon worked for me, thanks for sharing
beautiful
yes we reaally need a tut for routing spotify internal audio to Touch. pleaseeeee
You made me want to learn more about touchdesigner
This is exactly what I wanted to learn!!! omg thank you nick!!! I had to pause a lot to follow along with this one cuz it felt a bit too fast for me, but maybe that's just because I'm a total beginner LOL can't wait to experiment this with my art! :)
I'm glad!! There was a number of things to get through in this tutorial and the projection mapping part wasn't really the focus. So I'll do a dedicated projection mapping video soon!
спасибо друг, учусь по твоим урокам! Спасибо что выкладываешь это бесплатно. Я поддержу тебя в патрион
Thank you for everything you do!!
I just want to say that I never used this program in my life and I also extremely unfamiliar with node editing (I usually do my thing with code) but hey, I gotta give you some credit - not only you make it look easy, it seems like a very entertaining process. I am intrigued by that and looking forward for more of your creative ideas!
Glad it’s not too intimidating ! I’ve got a tutorial that’s a good introduction to the software if you need, but otherwise I’m excited to share more :)
tysm
Это шикарно
Man I’ve started using TD because of an installation I wanted to create back in june. After that experience which was a turning point for me (I didn’t know what to do in my life), I’ve started noticing around me that other than sounds during events there are even insane visuals. From that I’ve decided that I wanna become a sorta of Vj, or better work in anyway with the visual side of thing. I’ve wrote to a lot of people asking like “what should I do, where do I start, how can I create something that is mine and not a tutorial” but I didn’t receive much info about. Then a friend ask me to create live visual for a small private event of his and that was what I did like for a whole week: just try to understand as best as possible the software and create something for the night. I’m amazed to say that the way I set up the project fort the file is exactly like your and this blowed my mind cuz I felt like it’s a signal that I’m doing the right thing and I just have to keep gringind, twist knobs and parameters and hope for the best. All of this to say that what you are doing rn is incredibile, not only the works that you put out, but even your personal experience, which for like a beginner like me is pure gold, thank you thank you thank you ❤
This was s beautiful to read! Thank you so much for sharing your experience!! I'm glad you took the chance and gave it a shot. 6 months ago I did my first gig and it was the best decision I ever made! I hope to keep continuing to hear from and inspire others to take a leap, especially with touchdesigner!
Will the Patreon file work if I use Touch Designer's free commercial version?
The file will work but yeah like I mentioned the free version is limited to 2 blobs, so there'll be a maximum of 2 squares displayed at one time.
ay this is gawj
I like the way you explain the tutorial very much and benefited a lot. Thank you very much.
damn! this man is carrying touchdesigner ALONE in 2024
Not enough beginner tutorials out here
@@pjcreated much appreciated
Check out the Airwave by Roli! The hand tracking looks very impressive, albeit restrained to Roli's keys.
I loved it, amazing to visualize and control the oscillations. Fantastic
would love to see more interactive pieces like this!