Skip to content

A toy project to play with the Mandelbrot set and Rust.

Notifications You must be signed in to change notification settings

Juubes/megafractal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Megafractal

Mandelbrot set

Description

A toy project to play with the Mandelbrot set and Rust.

The (original) goal

  • to parallelize the execution so that each pixel computation can be shared among executors
  • code executors in Rust

Project status

The main problems with the project are the latency and bandwidth required to stream Mandelbrot set pixels to the user. Maybe a little bit more of architecture planning would have helped.

How to run?

The static files for the browser can be found on ./front. Personally, I just used npx serve . to host them.

The Rust backend can be found on ./rust-executor. You can run it with cargo r --release.

Software works only on localhost.

About

A toy project to play with the Mandelbrot set and Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published