A simulation of life-like structures emerging from a simple motion law (‘cell’ cycle). By balancing individual turning angles (Alpha) against interaction (Beta), particles self-organise into "cells" and complex ecosystems.
- α (Alpha): The intrinsic turning angle.
- β (Beta): The reaction to neighbouring particles.
- r (Radius): The sensing distance for interactions.
Based on the research by Thomas Schmickl and Martin Stefanec (University of Graz). Inspired by their 2016 paper: "How a life-like system emerges from a simplistic particle motion law."
- Processing
- Download the ZIP file from the repository OR git clone to a folder and then skip to Step 3.
- Extract the files.
- Open the extracted folder in your Processing IDE.
- Ensure all
.pdefiles are present. - You should be able to run the software.
Cellular-Division/
├── Cellular_Division.pde # Main Processing sketch file
├── LICENSE # Project license
└── README.md # Project README file
This project is distributed under the MIT License. For more information, please refer to the LICENSE file in the root of the repository.