Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traffic Simulator

  • SDA Final Project

Members

  • Muhammad Abdullah 21L-5288
  • Safi Ullah 21L-1851
  • Maidah Rasail 21L-5196
  • Mahrukh Imtiaz 21L-1824
  • Menal Naeem 21L-1872

Dependencies

  • CMake (to generate makefile)
    • Install with:
 sudo apt update
 sudo apt install cmake

  • GNU make (to build)
    • Install with:
 sudo apt install build-essential
  • OpenGL (dependency in SFML and ImGui)
    • Install with:
 sudo apt install mesa-utils libglu1-mesa-dev freeglut3-dev mesa-common-dev libx11-dev libxrandr-dev libnss-systemd libpam-systemd libsystemd0 libudev-dev libudev1 systemd systemd-sysv systemd-timesyncd udev libfreetype-dev

Working enviroments

  • Unix including Mac OS
  • Windows will probably work but you will have to figure out how to build this yourself

How to build?

  1. Create build directory inside of the project folder: mkdir build
  2. Open navigate into new "build" folder with terminal: cd build
  3. Generate makefile with CMake: cmake ..
  4. Build generated makefile: make
  5. Run it: ./a

Libraries used

Resources Used

About

A Tile based traffic Simulator.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages