Image and orbit traps
I’m sure most of you are familiar with the Mandelbrot set, a famous fractal named after it’s inventor, BenoĆ®t Mandelbrot. It is a fascinating fractal that has often been used in demos and videos as a graphical effect. The ‘normal’ way to draw a Mandelbrot fractal is to take a point in the complex plane, [...]
Cloth simulation
Simple cloth simulation This was a very quick project I did a few years back. It deals with the problem of simulating cloth, thin objects that are deformable and, in some cases, even tearable. These kind of simulations are usually too expensive for massive use in games or other real-time applications, but they provide a [...]