iskandarov-egor / mandelset

A WebGL-based mandelbrot set explorer for desktop web browsers

Home Page:http://mandelset.ru

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A WebGL-based mandelbrot set explorer for desktop web browsers

http://mandelset.ru

Features:

  • Renders on the GPU using WebGL 2.0
  • Can zoom up to the depth of about 2e-30
  • Uses the perturbation method, which allows it render faster and create deeper zooms than what the default single presicion float of WebGL 2.0 would allow
  • Supports multisampling to get smoother images
  • Allows to color the fractal with a gradient or a custom image
  • The rendered fractal can be colored without completely re-rendering it
  • Smooth panning and zooming without waiting for the new view to render completely

Gallery

About

A WebGL-based mandelbrot set explorer for desktop web browsers

http://mandelset.ru


Languages

Language:JavaScript 75.1%Language:HTML 13.9%Language:GLSL 10.6%Language:Python 0.4%