App-GUI-GoLP

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

Version 1.1

SYNOPSIS

    golp [<filename>]

DESCRIPTION

This program will load and run Life-like cellular automata from .rle or .cells files. A good source for files is https://conwaylife.com/wiki/Main_Page. It uses Game::Life::Faster for the engine and Prima for the GUI. 

Menus

File

The Open option provides a dialog box allowing the user to select a .rle or .cells format file to be loaded. The Exit option exits the program.

Options

Play/Pause starts and pauses the simulation. This can also be done from the space bar.

Grid toggles the cell grid on and off.

lib/App/GUI/GoLP.pm  view on Meta::CPAN

=head1 DESCRIPTION

This program will load and run Life-like cellular automata from .rle or .cells files. A good source for files is L<https://conwaylife.com/wiki/Main_Page>. It uses L<Game::Life::Faster> for the engine and L<Prima> for the GUI. 

=for HTML <p>
<img src="https://raw.githubusercontent.com/mjohnson108/p5-App-GUI-GoLP/main/example/POD/c5diagonalpuffer1.png" alt="" width="400" height="325">
<img src="https://raw.githubusercontent.com/mjohnson108/p5-App-GUI-GoLP/main/example/POD/owssagarstretcher.png" alt="" width="400" height="325">
</p>


=head2 Menus

=head3 File

The I<Open> option provides a dialog box allowing the user to select a .rle or .cells format file to be loaded. The I<Exit> option exits the program.

=head3 Options

I<Play/Pause> starts and pauses the simulation. This can also be done from the space bar.

I<Grid> toggles the cell grid on and off.



( run in 0.434 second using v1.01-cache-2.11-cpan-30a0b3e4e11 )