15 unstable releases (5 breaking)
0.6.1 | Mar 8, 2021 |
---|---|
0.5.0 | Jan 25, 2021 |
0.3.2 | Jul 7, 2019 |
0.2.3 | Jul 21, 2018 |
0.1.1 | Jan 5, 2018 |
#242 in Simulation
87 downloads per month
Used in gridsim-ui
10KB
148 lines
gridsim
Grid simulation library for Rust
Please see the crate gridsim_ui
for examples and simplifying the display of grid simulations.
lib.rs
:
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.
Dependencies
~2MB
~37K SLoC