I wanted to represent a rainy day(“random”). Passengers(“image”) who do not have an umbrella should run (“xspeed, yspeed”), otherwise they can walk.
def setup(): global x, y, xspeed, yspeed, pssg, pssg2, pssg3, walk,walk2
Homework 3
Semester Project
For the project, I want to simulate the birds migration. How the urban green areas can help the migration of birds. And how the urban affect their migration. I think it is quite easy to get the data like which places are suitable for the birds to rest through their trip…
Rules: 1. define a street grid
One of the funnest parts of Processing is that its great for creating interactive environments. This is especially useful when building out design or engineering tools that allows someone to explore or understand a simulation or a model. This text will go through some quick and simple ways to make more…