Skip to content

A Computer Graphics mini project on road traffic simulation using OpenGL in c.

Notifications You must be signed in to change notification settings

Ralweena/Road_Traffic_Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Road_Traffic_Simulation

Description

The project shows the simulation of movement of vehicles on the road. The movement of vehicles are controlled by letting the vehicle move and halt using the traffic signals whenever it is necessary. This simulation shows how traffic signals can be used to reduce the risk of accidents in high traffic area.

Installation

  • Install glut library.
  • Install g++ compiler.

Execution

  • Use the command g++ road_Traffic.c -lGL -lGLU -lglut to run.

About

A Computer Graphics mini project on road traffic simulation using OpenGL in c.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages