This repository contains the source Processing files for MicroLab, a particle simulation software that demonstrates complex emergent behavior and forms life-like structures.
- 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 (GUI.pde, Manager.pde, MicroLab.pde, Mouse.pde, Particle.pde, Type.pde). - You should be able to run the software.
MicroLab/
├── GUI.pde # Handles the graphical user interface
├── Manager.pde # Manages simulation logic and interactions
├── MicroLab.pde # Main Processing sketch file
├── Mouse.pde # Handles mouse interactions
├── Particle.pde # Defines particle properties and behaviors
├── Type.pde # Defines different types of particles
├── LICENSE # Project license
├── README.md # Project README file
└── sketch.properties # Processing sketch properties
This project is distributed under the MIT License. For more information, please refer to the LICENSE file in the root of the repository.