Creative Coding 005Agents

Summary

  • Introduction of agents who move across across the canvas area with a random velocity in x and y directions
  • When they reach the edge of the canvas they can be set to wrap() around or bounce()
  • If other agents are within a certain distance they are connected with a line segment

Loading...

Loading...

Links