An open API service indexing awesome lists of open source software.

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

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.

![image](./doc/screenshot.webp)

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
```