Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.62 KB

README.md

File metadata and controls

38 lines (22 loc) · 1.62 KB

This repo contains some experiments that I have done while trying out WebGL.

The Mandelbrot set

A simple rendering of the Mandelbrot set. Zoom in and out using the mouse wheel. Recenter and zoom in using the left and middle mouse buttons.

Different color mappings are available in the source.

Live demo

Default view:

The Mandelbrot set

Zoomed:

Zoomed in on part of the Mandelbrot set

Metaballs

This is a modified example of a metaballs tutorial (see links below). I changed the color of the blobs and added blobs with negative weight.

Live demo

Modified metaballs example

Links

Here are some links I found useful: