JamesRandall / GpuMandelbrot

A Mandelbrot rendered using a fragment shader on the GPU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPU Mandelnbrot

An example of using WebGL to render the famous Mandelbrot with a fragment shader on the GPU. It can be tried online here:

https://www.jamesdrandall.com/gpumandelbrot/

Demonstration video

I will be writing about how this works shortly but in the meantime the basic concepts of using graphics APIs such as OpenGL can be found in my book Game Engine Development in C#, the work in progress of which is available on my Patreon.

Running locally

Clone the repository and then, in the cloned folder, run the commands:

npm install
npm start

About

A Mandelbrot rendered using a fragment shader on the GPU

License:Other


Languages

Language:JavaScript 73.9%Language:GLSL 19.6%Language:HTML 6.6%