Name: Karthik Ramesh Iyer UIN: 234009250
- Python 3.8
- Taichi
Clone the project, create a virtual environmenet and run pip install taichi
.
Then run python main.py
- Pressing the
r
key will rest the simulation - Pressing the
g
key will toggle goal seeking
This project uses:
- Taichi (https://www.taichi-lang.org/) for parallel programming in python and gui rendering
- Flocking rules from the book "The Nature of Code" by Daniel Shiffman. (https://natureofcode.com/autonomous-agents/)