0% found this document useful (0 votes)
194 views

Computer Graphics Project Report

The project report summarizes a student project to simulate a traffic signal using OpenGL. The objective is to render 2D and 3D objects like cars and traffic lights to simulate traffic rules. Tools used include C++ and OpenGL. Main functions of OpenGL are rendered to simulate the traffic signal and allow cars to move and obey traffic lights, with accidents shown if cars collide. Research has been completed on OpenGL functions and a workflow designed for the traffic simulation.

Uploaded by

Himanshu Singh
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
194 views

Computer Graphics Project Report

The project report summarizes a student project to simulate a traffic signal using OpenGL. The objective is to render 2D and 3D objects like cars and traffic lights to simulate traffic rules. Tools used include C++ and OpenGL. Main functions of OpenGL are rendered to simulate the traffic signal and allow cars to move and obey traffic lights, with accidents shown if cars collide. Research has been completed on OpenGL functions and a workflow designed for the traffic simulation.

Uploaded by

Himanshu Singh
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

PROJECT REPORT

Computer Graphics (CO-313)

 Project : Traffic Signal Simulation

 Project Domain: Computer Graphics

 Group Members :

 Submitted to :

 Objective:
The objective of this project is to perform simulation of a traffic signal
using computer graphics with the help of OpenGL library.

 Tools used :
C++, OpenGL
OpenGL : As a software interface for graphics hardware, OpenGL’s
main purpose is to render two- and three-dimensional objects into a
frame buffer.
These objects are described as sequences of vertices or pixels.
OpenGL performs several processing steps on this data to convert it
to pixels to form the final desired image in the frame buffer.

 Brief Introduction about Project:

 Main aim of this project is to illustrate the concepts and usage of


various functions in OpenGL library.
 Simulation of a traffic signal is being done using Computer Graphics.
 The car built using cubes can be moved using arrow keys and based
on traffic signal light the user can obey the traffic rules.
 If the car hits other car then accident scene is shown.
 We have used input devices like mouse and key board to interact
with the program.

Progress :

Till now we have researched thoroughly about all the functions in the
OpenGL library and designed a workflow for the simulation of the
project.

You might also like