![]() |
|
Mandelbrot WebGL - Printable Version +- MKLab (https://mklab.gr) +-- Forum: [INDEX] (https://mklab.gr/forumdisplay.php?fid=1) +--- Forum: LISTS (https://mklab.gr/forumdisplay.php?fid=43) +---- Forum: SCIENTIFIC SOFTWARE (https://mklab.gr/forumdisplay.php?fid=44) +----- Forum: GEOMETRY&VISUALIZATION (https://mklab.gr/forumdisplay.php?fid=76) +----- Thread: Mandelbrot WebGL (/showthread.php?tid=1405) |
Mandelbrot WebGL - mklabgr - 07-29-2026 Mandelbrot WebGL Summary The repository by Ákos Seres is a fast, web-based Mandelbrot set viewer that renders fractals directly within the browser using WebGL and pixel shaders. Because calculating the convergence of points for the Mandelbrot set is independent and easily parallelizable, the project leverages GPU fragment shaders to achieve high-performance rendering while supporting smooth interactive panning and zooming across desktop and mobile devices. PROJECT VIEWER (PLAY WITH THE MOUSE) |