Be the first to review “Running Trains Computer Graphics Project Report” Cancel reply
Sale!
Computer Graphics Project
Running Trains Computer Graphics Project Report
Original price was: ₹500.00.₹199.00Current price is: ₹199.00.
The Report (Both Word and PDF) is Downloadable immediately after the successful payment
Click Here to Download the project Source Code
Project Description
The main idea behind this project is to display the working of the train using computer graphics. This project demonstrates the scene in which one train is moving from left to right and another one is moving from right to left. This project consists of three segments the sky, the tracks, and the grass or ground. Both trains consist of an engine and three bogies. We made separate stations for both trains.
Both trains will move at a consistent speed until it reaches specified stations. After pressing the particular keys both trains will start to move till they reach the end of the window. When both trains reach the end of the window the name of both stations will be changed.
CONTENTS
Sl. No | Description | Page No |
1 | Introduction to OpenGL | 1 |
2 | Flow Diagram | 3 |
3 | Description of flow diagram | 4 |
4 | OpenGL APIs used | 5 |
5 | Hardware and Software Requirements | 8 |
6 | Screenshots | 11 |
7 | References | 13 |
Steps to run the Project:
Windows Operating System:
- Install CodeBlocks Software: Click Here to understand how to install CodeBlocks in Windows Operating System.
- Download and Extract the source code
- Click Here to understand how to run the project in CodeBlock software (Sample Video)
Ubuntu Operating System:
- Install the freeglut in Ubuntu by executing the following commands:
- sudo apt-get update -y
- sudo apt-get install -y freeglut3-dev
- Download and Extract the source code in the home directory
- Run the project using the following command
- gcc filename -lGL -lGLU -lglut
- where filename is the name of project source code
Reviews
There are no reviews yet.