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#).