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

Skip to content
/ fractal Public
forked from Jelanife/fractal

A small fractal renderer in c

tavdog/fractal

 
 

Repository files navigation

fractal

A small fractal renderer in c

Compute points in the mandelbot set and render data to bmp formatted images.

Simply run make to get started.

Sample execution: This will generate a single image, and write it to the pics folder

./main -h 1500 -w 2000 -x -1.25 -y 0.35 -p 0.05 -i 1000 -f output

sample image

About

A small fractal renderer in c

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.6%
  • Python 2.2%
  • Makefile 1.4%
  • Shell 0.8%