Skip to content

Dennis960/MandelbrotSet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

One of the probably fastest Mandelbrot set renderers (w/o using the GPU) you can find on the Web.

Developed as a project the an excercise at my University, this program is a Mandelbrot set renderer built with Node.js and WebAssembly.

It uses the SIMD instructions and can optionally use Web Workers to render different parts of the image in parallel.

A working example can be found here

Mandelbrot

Usage

Installation

npm install

Build WebAssembly

npm run build

Run development server

npm run start

Deployment

  • copy index.html to your webserver
  • copy build folder to your webserver (only the .js and .wasm files are needed)
  • copy src folder to your webserver
  • open index.html in your browser

Further notice

This project is free to use and modify. If you have any questions, feel free to contact me.

License

Apache License 2.0

If you use this project, I would appreciate credit by linking to this repository but I don't require it. I don't have any experience with licenses, so if you have any questions, feel free to contact me.

About

Probably one of the fastest Mandelbrot set renderers (w/o using GPU) you can find that works in a browser!

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors