The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.

AUTHOR

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