In the first episodes of our Blueprints201 course over on our Patreon, we quickly showed a Houdini version of the Cellgrid project we built in this course. Today this Houdini Setup finally gets it’s own tutorial. Download Project File
All Posts tagged “Fractal”
Mandelbrot and Mandelbulb
The Mandelbrot set – the mythical King of fractals. The one that started the whole fractal craze in the 80s and 90s. In this video we’ll implement not only a classic Mandelbrot set that will yield the omnipresent image of that weirdish ridged shape, but […]
Fractal Ornaments
It often occurs to me that I need to look up certain functions in Houdini. One of those things that I constantly struggle with are For-Loops. So as a reminder to me and to you – here’s a tutorial about their use. We’re gonna build […]
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#).