BATMAN OPENGL COMPUTER GRAPHICS PROJECT USING C++ | With Source Code and Report

Rajeev
BATMAN OPENGL COMPUTER GRAPHICS PROJECT USING C++ | With Source Code and Report
OpenGL Project (C++ + GLUT) This project is a simple 2D graphics application made using: C++ OpenGL GLUT (OpenGL Utility Toolkit) OBJECTIVE The main objectives of the project are: To understand OpenGL graphics programming To implement 2D graphics using C++ To create animations using timer functions To learn keyboard interaction handling To design multiple graphical scenes TECHNOLOGIES USED 1. C++ Used for implementing program logic and graphics functions. 2. OpenGL Used for rendering graphics objects. 3. GLUT Used for: Window handling Keyboard interaction Timer functions Display management WORKING OF THE PROJECT The program starts with the introduction screen. User presses N to move between scenes. Gotham city scene displays animated moon movement. Batman scene displays Batman standing on a building. Logo scene displays rotating Batman logo. Thank you screen is displayed at the end. OUTPUT SCREENS Scene 1 College Intro Screen Scene 2 Animated Gotham City Scene 3 Batman Standing on Building Sce…

Post a Comment