Awesome
DynamicGridsGtk
Provides a GTK interface for visualising simulations with DynamicGrids.jl and packages that build on it like Dispersal.jl.
To create a Gtk window for use as a simulation output:
using DynamicGridsGtk
output = GtkOutput(init; tspan=1:100, fps=25)
Where init
is the initialisation array for the simulation, and processor can
be any GridProcessor
from DynamicGrids.jl, which can use ColorSchemes.jl schemes.
Keyword arguments are optional, with defaults shown above.
Documentation
See the documentation for DynamicGrids.jl
Note: using Gtk on Windows will lead to very slow performance of the REPL and IDEs like Atom. Use DynamicGridsInteract instead.