https://github.com/rm-hull/mandelbrot
https://github.com/rm-hull/mandelbrot
glsl-shaders mandelbrot react typescript webgl
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rm-hull/mandelbrot
- Owner: rm-hull
- License: mit
- Created: 2025-02-09T21:31:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-07T07:57:25.000Z (7 months ago)
- Last Synced: 2026-01-08T18:45:29.289Z (7 months ago)
- Topics: glsl-shaders, mandelbrot, react, typescript, webgl
- Language: TypeScript
- Homepage: https://www.destructuring-bind.org/mandelbrot/
- Size: 6.15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WebGL Mandelbrot Renderer
A hacky Typescript / React / Vite SPA that compiles a WebGL shader to render the classic Mandlebrot fractal.

Supports (fast) drag and zoom capability, assuming you are using a browser that supports WebGL and have a decent Graphics card.
## Running locally
```
yarn install
yarn dev
```