This project is a Computer Graphics implementation using OpenGL and C++. The goal is to render the national flag of Guyana and a geometric logo using basic primitives and mathematical transformations.
- Assignment: Project 1 - Flag & Logo Rendering
- Assigned Task: #8 (Guyana Flag & Geometric Logo)
- Framework: OpenGL (GLUT)
- Language: C++
- Basic Primitives: Drawing using Points, Lines, and Polygons.
- Color Accuracy: Implementation of real-world RGB values for the Guyana Flag.
- Transformations:
- Translation (Positioning)
- Rotation (Symmetry in Logo)
- Scaling (Size adjustment)
src/: Main source code files.assets/: Reference images and resources.docs/: Technical documentation and design plan.
(Instructions will be updated as the implementation progresses)
- [Temesgen Geta]