/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Acme-Mandlebrot/blib/lib/Acme/Mandlebrot.pm



NAME

Acme::Mandlebrot


SYNOPSIS

  use Acme::Mandlebrot;
  my $mandlebrot = Acme::Mandlebrot->new({width => 640, height => 480});
  my @results = $mandlebrot->process_block();
  # do some colour of the results and ooh and ah at the pretty picture


DESCRIPTION

Acme::Mandlebrot generates mandlebrot sets.


TODO

More documentation, some more examples and an xs version.


KUDOS

Dave Steiner for spotting where i'd been sloppy and left something from a previous incarnation in the gd example.


AUTHOR

Greg McCarroll <greg@mccarroll.demon.co.uk>

 /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Acme-Mandlebrot/blib/lib/Acme/Mandlebrot.pm