You will need a ffmpeg writer. For Linux:
apt-get install ffmpeg
Edit playground.py
to generate a simulation.
In simulations
there are a few template simulations for inspiration.
model.py
contains the model for initiating a particle array and updating it. Don't touch the code.
plot.py
contains an ugly function you import to write a mpeg-plot. Can take a really long time for long simulations.
matlab/
is legacy.