|
/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Acme-Mandlebrot/blib/lib/Acme/Mandlebrot.pm |
Acme::Mandlebrot
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
Acme::Mandlebrot generates mandlebrot sets.
More documentation, some more examples and an xs version.
Dave Steiner for spotting where i'd been sloppy and left something from a previous incarnation in the gd example.
Greg McCarroll <greg@mccarroll.demon.co.uk>
|
/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Acme-Mandlebrot/blib/lib/Acme/Mandlebrot.pm |