Thanks to visit codestin.com
Credit goes to github.com

Skip to content

plumbey/cmandel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cMandel

Example mandelbrot image

cMandel is a C program for generating and rendering mandelbrot sets.

Dependencies

This project uses libpng and libomp. Install them using your system package manager.

MacOS versions of llvm don't support libomp, which is what this project uses for multithreading. To get around this, install llvm using brew. The Makefile will use this version of llvm, which supports libomp.

Building

# Builds
make all

# Cleans up
make clean

# Debug executable
make debug

# Runs
./cmandel

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Mandelbrot Set visualizer written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •