Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 253 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 253 Bytes

boids-mvc

Description

MVC Processing sketch, inspired by the book NatureOfCode

Files

Each file fall into one of the three MVC categories.

Model

  • Boid.pde
  • Flock.pde
  • FlockingParam.pde

View

  • UI.pde

Controller

  • main.pde