/webgl-mandelbrot

WIP attempt to create a mandelbrot renderer in WebGL

Primary LanguageTypeScript

WebGL Mandelbrot Viewer

Simple WebGL Mandelbrot Set Viewer.

View Demo

Features:

  • Fast.
  • Can link to a location.
  • Easy zooming and navigating.
  • PWA (add to home screen) support.
  • Fun personal project.

Development Setup

  1. npm run dev-server
  2. Go to http://localhost:9000

Production Build

  1. Increment PRECACHE in dist/service-worker.js.
  2. npm run build