UNPKG

sigrist-svelte-mandelbrot-explorer

Version:

A svelte component that renders the mandelbrot set using WebGL. Try this [Demo](https://sigrist.dev/apps/mandelbrot).

15 lines (13 loc) 417 B
# sigrist-svelte-mandelbrot-explorer A svelte component that renders the mandelbrot set using WebGL. Try this [Demo](https://sigrist.dev/apps/mandelbrot). ## Installation ```bash npm i sigrist-svelte-mandelbrot-explorer ``` ## Goals: - [x] Render the Mandelbrot Set - [x] Smooth coloring - [x] Animation (not customizeable) - [ ] Customizeable color palette - [ ] Better interactivity - [ ] Customizeable Animation