Skip to content

Optimized mandelbrot set calculator with a simple api in rust

Notifications You must be signed in to change notification settings

Oted/mandelbrot-calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mandelbrot-calc

In theory the mandelbrot figure has an infinite perimetral length, this means that how much you zoom, new patterns will emerge.

This app allows you to zoom to a very large factor and displaying the cordinates together with a color algorithm producing astonishing views and complex patterns.

Read more about the mandelbrot set here https://en.wikipedia.org/wiki/Mandelbrot_set

development

rust and node with their dependencies is needed for development.

run server

cargo run

run client

cd client
npm install
npm start

samples

alt text alt text alt text alt text

About

Optimized mandelbrot set calculator with a simple api in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published