Skip to content

JamesRandall/GpuMandelbrot

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors