- 16
- 11 894
Diogo
Portugal
Приєднався 25 кві 2024
Touchdesigner stuff
TouchDesigner Tutorial | Swarm of Arrows
Windows 98 Glitched Project File - diogodiogodiogo.gumroad.com/l/Windows98Glitched
script:
import math
input_table = op('sopto2')
output_table = op('table1')
output_table.clear()
output_table.appendRow(['rz'])
for row in input_table.rows()[1:]:
n0 = float(row[5].val) # N(0)
n1 = float(row[6].val) # N(1)
angle_radians = math.atan2(n1, n0)
angle_degrees = math.degrees(angle_radians)
adjusted_angle = angle_degrees
output_table.appendRow([round(adjusted_angle, 2)])
Gumroad - diogodiogodiogo.gumroad.com/
Website - diogoviegas.com/
Instagram - deoxan888
#touchdesigner
#3drender
#td
#download
#visualizer
#download
#td
#touchdesignercommunity
#touchdesignerlearning
script:
import math
input_table = op('sopto2')
output_table = op('table1')
output_table.clear()
output_table.appendRow(['rz'])
for row in input_table.rows()[1:]:
n0 = float(row[5].val) # N(0)
n1 = float(row[6].val) # N(1)
angle_radians = math.atan2(n1, n0)
angle_degrees = math.degrees(angle_radians)
adjusted_angle = angle_degrees
output_table.appendRow([round(adjusted_angle, 2)])
Gumroad - diogodiogodiogo.gumroad.com/
Website - diogoviegas.com/
Instagram - deoxan888
#touchdesigner
#3drender
#td
#download
#visualizer
#download
#td
#touchdesignercommunity
#touchdesignerlearning
Переглядів: 706
Відео
Windows 98 Glitched - Touchdesigner
Переглядів 33514 днів тому
Tutorial - ua-cam.com/video/yLtJmneKk3s/v-deo.htmlsi=YzSf2rOJPudcJPUQ Project File - diogodiogodiogo.gumroad.com/l/Windows98Glitched Song used - soundcloud.com/wnoadiarwb/1gentle-push This is all Touchdesigner except for the vhs looking filter! Gumroad - diogodiogodiogo.gumroad.com/ Website - diogoviegas.com/ Instagram - deoxan888 #touchdesigner #3drender #td #download #visualize...
Swarm of arrows in Touchdesigner
Переглядів 54814 днів тому
Tutorial - ua-cam.com/video/yLtJmneKk3s/v-deo.htmlsi=YzSf2rOJPudcJPUQ Project File - diogodiogodiogo.gumroad.com/l/Windows98Glitched Gumroad - diogodiogodiogo.gumroad.com/ Website - diogoviegas.com/ Instagram - deoxan888 #touchdesigner #3drender #td #download #visualizer #download #td #touchdesignercommunity #touchdesignerlearning
Touchdesigner - Calculate Normals in Outward Direction
Переглядів 36921 день тому
gumroad - diogodiogodiogo.gumroad.com/ in the following script, make sure to substitute your operator names: import math def onTableChange(dat): # Reference the input table (sopto2) and output table (table1) input_table = op('sopto2') output_table = op('table1') # Clear the output table output_table.clear() # Add the header row with the label 'rz' output_table.appendRow(['rz']) # Iterate throug...
Motion Cylinders - Touchdesigner Tutorial
Переглядів 1,5 тис.21 день тому
Inspired by the work of Jerry-Lee Bosmans - jerbosmans portfolio @ diogoviegas.com/ gumroad - diogodiogodiogo.gumroad.com/
TouchDesigner Tool - Text on Nurbs Curve
Переглядів 512Місяць тому
You can purchase this project file on my gumroad: diogodiogodiogo.gumroad.com/l/TextNurbCurve portfolio: diogoviegas.com/ gumroad: diogodiogodiogo.gumroad.com/ discord: deoxan888
Neurotypique's Touchdesigner discord challenge
Переглядів 415Місяць тому
Neurotypique's discord: discord.com/invite/N7YWZ9t8
Kinetic Typography Boxes | Tutorial
Переглядів 644Місяць тому
You can also purchase this project file on my gumroad: diogodiogodiogo.gumroad.com/l/KineticTypeBox 20% discount code: 9K3P2 portfolio @ diogoviegas.com/ gumroad - diogodiogodiogo.gumroad.com/
Instance Animation in Touchdesigner
Переглядів 324Місяць тому
This is a recreation of a video by the studio Mother Design for Andbox. You can see more of the project here: www.motherdesign.com/work/andbox/
Touchdesigner Bézier Curve Manipulation Demo
Переглядів 2592 місяці тому
Touchdesigner Bézier Curve Manipulation Demo
Create Kinetic Typography in Touchdesigner | Tutorial
Переглядів 2,3 тис.3 місяці тому
Tutorial of a simplified version of my Kinetipo Tool made in touchdesigner. You can find the complete version of this tool on my Gumroad: diogodiogodiogo.gumroad.com/l/kinetipo # text1 script: op('table2').clear() myText = str(op('null1')[0,0]) for i in myText: op('table2').appendRow(i) op('table2').appendRow([""]) # text2 script: op('table3').clear() all_rows = op('table2').rows() for _ in ran...
Touchdesigner - Motion & Interaction Showreel
Переглядів 1,3 тис.3 місяці тому
portfolio @ diogoviegas.com/ gumroad - diogodiogodiogo.gumroad.com/
Paint Grids in Touchdesigner! - project file
Переглядів 3886 місяців тому
Paint Grids in Touchdesigner! This was heavly inspired by @mikevdsanden - pCr24nu8N_a7/ project file in gumroad - diogodiogodiogo.gumroad.com/l/PaintGrids press "e" to reset the rectangles
Kinetic Typography Tool in Touchdesigner - BLOCO-TYPE
Переглядів 7646 місяців тому
BLOCO-TYPE is a graphic/type design tool. The user can choose any font of choice and tune motion characteristics like frequency, size, tilt, ,rotation, and extrusion. It is available on my gumroad - diogodiogodiogo.gumroad.com/l/BLOCO If you have any issues/questions regarding this tool you can add me on discord - deoxan888
Kinetic Typography Tool in Touchdesigner
Переглядів 1,1 тис.9 місяців тому
Kinetic Typography Tool in Touchdesigner
fuck! you are so creative.
Is there a way to change the font? Amazing video and thank you!
yes you can, in the parameter "Font File" on the "text1" SOP operator i created at 2:52
@@Diogo-mm9hh Thank you so much!
Uau! Incrível!
@@isaiaslnrd obrigado!!
New Gem Channel unlocked 😌💫
awesome, +1 for tutorial pls
AND THE GOAT DELIVERS AGAIN 🗣️
WOOOWOWOWO
it's gonna be amazing if you gonna make the windows glitch part a tutorial too🥺
hope he can make it
that this same technique, but instead of mouse cursor youre using system windows pics, plus random movement of icons/windows (transforming position) and feedback, and then result is composed over the desktop screen pic
@@hinduspl It's not the same technique, its actually a 2D collision simulation using the BulletSolver COMP. the windows and icons are made using the Actor COMP. To obtain the collision from the mouses, I used the null1 (from this video tutorial) and transformed it to a chop, and then I used the wireframe SOP to give it some thickness to detect collision
@@Diogo-mm9hh ohhh yes youre right, just noticed colission now :D
whoa very cool!
omgggg this is so interesting!!!!!!
impressive!
That's cool bro, can you make a tutorial?
yeahhhh i also wish to see the tutorialllll
No wayyy this is awesome, plss do a tutorial of it:]]]]
really awesome work, is there any way you could give a little hint as to how you do this? lmao
You can learn how to align the text to the path by following my "Calculate Normals in Outward Direction" Tutorial!
I love this so much
(So i downloadet te frey roboux hakc , i mikht hav virus) -little timmy on his brothers computer
wow! amazing!
Cool
do you have an instagram i love what you make !!
yoo I love your stuff too! my instagram is - @deoxan888
So coooolllll
Great stuff
Tutorial for it please
Most underrated educator out here! Amazing
thanks!
🔥🔥
So thats how they did it in space marine 2 . Noice😂
plss do a tutorial on this, it looks so goood
Tutorial ? ❤🎉
This looks cool
Great vid, would really appreciate if there was some sound to be able to follow through better! :)
You are so amazing how long u have been into touchdesigner
thanks! ~1 year
@Diogo-mm9hh I am also into touch for 1 year, but I regret wasting my time and didn't learn much can u tell me how much time u used to put daily during uur learning toucch
Some time ago I used to spend entire evenings experimenting with TouchDesigner. Now I don't have that kind of time anymore. The way i learnt was to copy other people’s work unitl I succeeded. I am very inspired on my TD practice by mainly @kiel.d.m on instagram, but also @holke79 @antonin.work @sakamoto.app @veravandeseyp @neurotypique @mikevdsanden @contemporarytype I also sometimes browse Pinterest for motion design works and try to replicate them in TouchDesigner. I learn through trial and error, browsing the TouchDesigner forum, and occasionally getting help with Python coding from ChatGPT.
@@Diogo-mm9hh thanks for your reply I really appreciate it
WOW !Your turturial are amazing!
ty for this, really appreciate it
Thank you for your tutorials Diogo. Big fan!
So cool, would you be able to do a video detailing how this was made in touch designer or perhaps link some vids with a similar work technique, super impressed by this kind of effect in this program!
I might do tutorial sure!
amazing!
yewwwwwww
really love your skills
Thanks!
That's really cool! Great job!
This is lovely
so cool Tutorial
woah!!
nice ;D thanx for the tuts!
your typography content is great
Amazing! Can you post a tutorial for this? Is there any .TOE file?
how?
no sound ?
sadly no, I will try on the next one
Slay
good job ,if there were more detailed audio step-by-step instructions I'd be willing to pay for it, e.g. parteon subscription!
Thanks! I might do that in the future
That’s crazyy!!! 👏🏻🙀
This rocks!! I was really impressed by your tool preview and was curious how you did the transformations. This makes a ton of sense. Great job!
thanks
thank you so much!!!!!