Crate gridsim

Source
Expand description

Gridsim is a library intended to run grid-based simulations.

The new generics introduced in gridsim 0.2.0 make it possible to implement hex grids, rhombic dodecahedral honeycombs(in its multiple tight-pack layer patterns), square grids, cube grids, and even n-dimensional grids, but they are currently not yet implemented.

Structs§

SquareGrid
Represents the state of the simulation.

Enums§

Neumann

Traits§

Neighborhood
Sim
Defines a simulation for complicated things that have too much state to abandon on the next cycle.