neb0lle / slimesimulation

physarum polycephalum simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Physarum polycephalum

GitHub stars GitHub issues GitHub license

Simulation of Physarum polycephalum - a type of slime mold, using cellular atomata.

Physarum polycephalum

Prerequisites

Before using this project, make sure you have the following dependencies installed on your system:

Installation & Running

git clone https://github.com/s3dman/slimesimulation.git
cd slimesimulation
mkdir build && cd build
cmake ..
cmake --build .
./slimesimulation

License

This project is licensed under the MIT License.

Acknowledgments

This project is based on a 2010 research paper "Towards a Physarum Learning Chip" by Jeff Jones.

This project is inspired from Sage Jenson's physarum project.

About

physarum polycephalum simulation

License:MIT License


Languages

Language:C++ 91.1%Language:CMake 6.5%Language:C 2.4%