Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 730 Bytes

File metadata and controls

21 lines (16 loc) · 730 Bytes

Graphics Lab

This repository contains OpenGL-based graphics programs developed in Code::Blocks using GLUT for a university graphics lab. The projects focus on various graphical simulations, animations, and object interactions.

Projects Included

  • Various animations and simulations including car movements, ball collisions, and traffic light systems.
  • Final project and lab assignments.

Requirements

  • Code::Blocks with MinGW
  • OpenGL and GLUT libraries

Installation and Usage

  1. Clone the repository:
    git clone https://github.com/iamshibly/Computer-Graphics.git
  2. Open Code::Blocks and load the project files.
  3. Ensure OpenGL and GLUT are properly configured.
  4. Build and run the projects.