VEX IN HOUDINI: STRANGE ATTRACTORS
In this tutorial we’ll focus on two extremely powerful tools inside of Houdini: VEX and solvers. VEX is houdini’s scripting language. It is multithreaded (which means fast) and based on C (which means it’s also similar to Processing, Arduino, Java, Javascript, C++ and C#).
Solvers on the other hand allow you to repeat operations over and over again. More precisely they allow you to perform a sequence of operations on the previous results of that same operations. They come in very handy when building any kind of simulation. Also oncfe you grasp the concept they are rather straightforward.
We’re gonna use both VEX and a solver in order to plot strange attractors. Withouth going into too much detail: Strange attractors are a set of formulas that (usually) move a point around in 3D space. The resulting curve from that motion looks quite appealing and (when rendered properly) is a nice addition in your generative toolkit.
As a reference for anything about strange attractors, this site comes in quite handy (it’s german but google translate does a fair job).
COMMENTS
Que_Caldway3 7 years, 2 months ago |
This was information that was simply beyond valuable! Explained very well! Although it can be a bit overwhelming learning, you made this look possible! Amazing stuff! Can't wait to see more of tutorials like these!
Much appreciated indeed!
Please log in to leave a comment.