Hitesh KS

OpenGL C++
GLUT Project
About the project:
Showcase my expertise in graphics programming using OpenGL and GLUT with C++. Each project demonstrates a unique architectural structure, blending simple shapes, textured objects, and interactive elements. The goal was to explore 3D rendering, transformations, and basic animations while maintaining an efficient and well-structured codebase.

Project 1: Simple Castle (OpenGL + C++)
Simple Castle (OpenGL + C++)
A simple geometric castle built entirely from basic shapes (cylinders, cubes, cones) to form towers, walls, and gates. This project focuses on fundamental OpenGL transformations, rendering techniques, and basic interaction.
🔑 Key Features:
-
Geometric Structure: The castle is made from simple shapes to create towers and gates.
-
Smooth Camera Movement: Move around the castle with easy navigation.
-
Basic Lighting: Simulates ambient and diffuse light for a realistic touch.
💡 Technologies Used:
-
OpenGL & GLUT (C++) - Graphics rendering and window management.
-
Basic Transformations: Translate, rotate, and scale objects.