Physarum is a simulation of the transport network mechanisms shown by the Physarum Polycephalum slime mold built using C++ and openFrameworks.
I decided to pursue this project after reaading this paper and seeing how such complex behaviours arise from a simple rule followed by every particle in the simulation.
From the project root folder, compile it by executing
make
Then run it using
make run
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.