Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 713 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 713 Bytes

Physarum

Physarum is a simulation of the transport network mechanisms shown by the Physarum Polycephalum slime mold built using C++ and openFrameworks.

image

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.

Usage

From the project root folder, compile it by executing

make

Then run it using

make run

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.