https://github.com/oliverkovacs/mandelbrot-webgl
Interactive Mandelbrot set visualizer implemented as WebGL GLSL shader
https://github.com/oliverkovacs/mandelbrot-webgl
fractal glsl javascript mandelbrot webgl
Last synced: 3 months ago
JSON representation
Interactive Mandelbrot set visualizer implemented as WebGL GLSL shader
- Host: GitHub
- URL: https://github.com/oliverkovacs/mandelbrot-webgl
- Owner: OliverKovacs
- License: mit
- Created: 2021-05-15T20:03:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T19:06:45.000Z (about 4 years ago)
- Last Synced: 2025-01-22T08:33:28.220Z (5 months ago)
- Topics: fractal, glsl, javascript, mandelbrot, webgl
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# mandelbrot-webgl
Online demo: [https://oliverkovacs.github.io/demo/mandelbrot/](https://oliverkovacs.github.io/demo/mandelbrot/)
Use scroll wheel to control the fractal.
### Install
```bash
git clone https://github.com/OliverKovacs/mandelbrot-webgl && cd mandelbrot-webgl
```### Serve files
```bash
# example using http-servernpm i http-server
http-server# open http://localhost:8080/ in a browser
```