Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

sona-tau/mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moved to SourceHut

mandelbrot

Mandelbrot fractal research repo

Why?

I've refactored this piece of code like 6140275936420759697 times so here's the collection of all those efforts.

How?

The C directory has everything you need for a 100% portable version to generate on whatever piece of hardware you want.

The c++ directory has three sub directories.

mandelbrot/ has my first c port from:

mandelbrot-gamma/ using openmp for multithreading; a very optimized version of that same code

mandelbrot-lambda/ is in the works but it's supposed to be the same as mandelbrot-gamma but using lambdas I will probably remove this further on since mandelbrot-gamma has proven to be the way forward for this project.

Here it is:

4K mandelbrot image 1.5k mandelbrot image very zoomed in

TODO():

  • histogram coloring
  • fancy colors
  • specify spot to generate in
    • even has zoom now
  • animate

About

Mandelbrot research repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published