Skip to content

Repo para tener el código del reto de Gráficas Computacionales.

Notifications You must be signed in to change notification settings

Ulivego/RetoGraficas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traffic Simulation

This project consists of a simulation of the traffic of an Avenue, with the objective of finding a proposal to make the traffic more efficient. This simulation has two parts: the computational graphics and the multiagents part. The graphics part was done using the Three.js library and the multiagents part to simulate the way the cars and traffic lights acted and interacted with each other was done using the Agentpy library.

Team Members

  • Marisol Melendres
  • Roberto Lopez
  • Samuel Diaz
  • Leonardo Galindo
  • Ulises Venegas

How To Use

To clone and run this application, you'll need Git, Python3 and pip installed on your computer.

You will also need to install Visual Studio Code with the Live Server extension.

From your command line:

# Clone this repository
$ git clone https://github.com/samueldiaz1004/RetoGraficas.git
# Go into the repository
$ cd RetoGraficas
# Install dependencies
$ pip install agentpy
# Run the python script and wait until it is finished
$ py finalsimulation.py

Finally you can run the live server and open the index.html file in your web browser.

Credits

This software uses the following packages:

About

Repo para tener el código del reto de Gráficas Computacionales.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •