Skip to content

eanutt1272v2/MicroLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MicroLab

This repository contains the source Processing files for MicroLab, a particle simulation software that demonstrates complex emergent behavior and forms life-like structures.

Technologies

  • Processing

Up and Running

  1. Download the ZIP file from the repository OR git clone to a folder and then skip to Step 3.
  2. Extract the files.
  3. Open the extracted folder in your Processing IDE.
  4. Ensure all .pde files are present (GUI.pde, Manager.pde, MicroLab.pde, Mouse.pde, Particle.pde, Type.pde).
  5. You should be able to run the software.

Project Structure

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

License

This project is distributed under the MIT License. For more information, please refer to the LICENSE file in the root of the repository.

Contributors