VEX for Algorithmic Design

This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using in daily basis. In this first episode I'm explaining the basics of attribute which is essential when you are going to use VEX.

Junichiro Horikawa

26 Tutorials 0:00:00

(1 response)

Tutorials

VEX for Algorithmic Design - 01 Attribute Basics
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using in daily basis. In this first episode I'm explaining the basics of attribute which is essential when you are going to use VEX.
VEX for Algorithmic Design - 02 Group Basics
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using in daily basis. In this second episode I'm explaining the basics of group which is used to filter the geometrical operation and is an important concept you should know in order to use VEX for algorithmic design.
VEX for Algorithmic Design - 03 Parameter Basics
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using in daily basis. In this third episode I'm explaining the basics of parameter and how you can use them with VEX coding.
VEX for Algorithmic Design - 04 Variables & Operations
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using in daily basis. In this 4th episode I'm explaining variables and operations with VEX which is one of the essential concept of any programming language.
VEX for Algorithmic Design - 05 Array
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using on daily basis. In this 5th episode, I'm explaining the array in VEX, what it is, and how you can use it together with VEX inside Houdini.
VEX for Algorithmic Design - 06 Strings
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using on daily basis. In this 6th episode, I'm explaining the strings in VEX, what it is, and how you can use it together with VEX inside Houdini.
VEX for Algorithmic Design - 07 Loop
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using on daily basis. In this 7th episode, I'm explaining what and how to use a loop in VEX, which is going to be one of the important concepts to getting into the fun part of using code for the geometrical operation.
VEX for Algorithmic Design - 08 Conditional
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using on daily basis. In this 8th episode, I'm explaining what and how to use conditionals in VEX so that after this you'll be able to use VEX as your programming tool for practical usage.
VEX for Algorithmic Design - 09 Function
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using on daily basis. In this 9th episode, I'm explaining what and how to use functions in VEX. You have already used some of the built-in functions but I'm explaining what exactly they are and how you can create your own function in this video.
VEX for Algorithmic Design - 10 Volume Basics
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using on daily basis. In this 10th episode, I'm explaining the basics of Volume when used with VEX coding with several examples.
VEX for Algorithmic Design | 11 Dictionary Basics
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using on daily basis. In this 11th episode, I'm explaining the basics of a dictionary which is a new data type introduced from Houdini 18.5, how you can use it with a few examples.
VEX for Algorithmic Design | 12 Vector Basics
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using on daily basis. In this 12th episode, I'm explaining the basics of a vector to get used to the most used vector operations with several small exercises. I've also started a Patreon, it would be great if I could get your support to continue creating tutorial contents.
VEX for Algorithmic Design | 13 Trigonometry Basics
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using on daily basis. In this 13th episode, I'm explaining the basics of trigonometry, aiming to explain how you can practically use it for algorithmic design / computational geometry by understanding the basic logic.
VEX for Algorithmic Design | 14 Quaternion Basics
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using on daily basis. In this 14th episode, I'm explaining the basics of the quaternion, how you can use it for rotational transformation in Houdini with VEX together with some examples.
VEX for Algorithmic Design | 15 Matrix Basics 1 (Basic Transformation)
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using on daily basis. In this 15th episode, I'm explaining the basics of the matrix, its basic concept, and calculation method together with the explanation of how you can use it for various transformations in Houdini with VEX.
VEX for Algorithmic Design | 16 Geometry Functions
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using on daily basis. In this 16th episode, I'm explaining the basics of geometrical operation together with introducing several geometrical functions for VEX that are essential when you want to do an algorithmic design / procedural design.
VEX for Algorithmic Design | 17 Trigonometry Basics
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using on daily basis. In this 17th episode, I'm explaining intrinsic attributes for geometries what these are and how you can use them together with an exercise to deal with packed geometry transformation using VEX.
VEX for Algorithmic Design | 18 Randomness Basics
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using on daily basis. In this 18th episode, I'm explaining the basics of randomness starting from its concept and how you can use it with VEX language showing several functions and exercises.
VEX for Algorithmic Design | 19 Noise Basics
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using on daily basis. In this 19th episode, I'm explaining the basics of noise functions for VEX in Houdini what these are and how you can use them with several exercises.
VEX for Algorithmic Design | 20 Solver Basics
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using on daily basis. In this 20th episode, I'm explaining the basics of SOP Solver what it is and how you can use it together with VEX for many purposes.
VEX for Algorithmic Design | 21 Half-Edge
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using on daily basis. In this 21st episode, I'm explaining the basics of half-edge structure in Houdini and how you can use it together with VEX for several computational geometry purposes.
VEX for Algorithmic Design | 22 Remapping Basics
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using on daily basis. In this 22nd episode, I'm explaining the basics of remapping operation using VEX together with several exercises to get used to.
VEX for Algorithmic Design | 23 SDF Basics
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using on daily basis. In this 23rd episode, I'm explaining the basics of SDF to show how you can deal with it together with VEX coding with several examples.
VEX for Algorithmic Design | 24 Force Basics
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using on daily basis. In this 24th episode, I'm explaining the basics of forces to show how you can implement it with several different forces.
VEX for Algorithmic Design | 25 Force Extended
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using on daily basis. In this 25th episode, I'm going to show how you can implement variety of forces using VEX.
VEX for Algorithmic Design | 26 Recursion Basics
This is a new series I've started explaining the basics of VEX for algorithmic design / procedural modeling which I'm using on daily basis. In this 26th episode, I'm going to explain the basics of recursion in Houdini when done with VEX. I'm showing several methodologies how you can implement recursion with several different examples.

Category: VEX