# Escape-Time Fractals

*Module of the free GPU.js GPGPU course · 5 tasks*

Mandelbrot and Julia sets with smooth coloring — infinite detail from a ten-line kernel.

## Tasks

1. [Map Pixels to the Complex Plane](https://gpu.rocks/learn/escape-time-fractals-0de4764c/1.md)
2. [The Escape-Time Loop](https://gpu.rocks/learn/escape-time-fractals-0de4764c/2.md)
3. [Paint by Iteration Count](https://gpu.rocks/learn/escape-time-fractals-0de4764c/3.md)
4. [Smooth Out the Bands](https://gpu.rocks/learn/escape-time-fractals-0de4764c/4.md)
5. [Julia Sets: Turn the Dial](https://gpu.rocks/learn/escape-time-fractals-0de4764c/5.md)

---

Interactive version: https://gpu.rocks/learn/escape-time-fractals-0de4764c
