Skip to content

nihils/FractalAscii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FractalAscii is a command line ascii fractal generator written in haskell.

License

FractalAscii is licensed under Creative Commons Attribution Non-Commercial ShareAlike 3.0 Unported Creative Commons Attribution Non-Commercial ShareAlike 3.0 Unported

Installation

Pull from repo, and compile:

git clone https://github.com/nihils/FractalAscii.git
cd FractalAscii 
make 

Operation

Default Mandelbrot:

cd FractalAscii
./fractalascii

Multibrot

You can specify type of fractal (-f), character (-c), max iterations (-m), and other options:

 ./fractalascii -f multibrot -c ~ -m 100 -d 4 -w 800 -h 600 

Options/Usage

Usage: fractalascii [OPTIONS]
-f STRING  --fractal=STRING  mandelbrot | multibrot | multibar | tricorn
-c CHAR    --char=CHAR       What character you would like to use to paint the fractal
-m INT     --max=INT         Maximum number of iterations
-d INT     --degree=INT      Degree of polynomial for multibrot and multibar fractals
-w INT     --width=INT       Width of resulting fractal
-h INT     --height=INT      Height of resulting fractal

About

Command line fractal ascii generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published