Skip to content

campital/Mandelbrot-BMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot-BMP

Generate images of areas from the Mandelbrot set

Example Wallpaper

Usage

  1. Download or clone the repository
  2. Compile: gcc -O3 mandel.c -o mandel -pthread for the pthread version or nvcc -O3 mandel.cu -o mandel for the CUDA version
  3. Run ./mandel to generate the default image or run ./mandel --help for more options

About

A Mandelbrot wallpaper generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published