This project features a detailed 3D model of the Golden Ambari, utilizing OpenGL and GLUT for rendering. It focuses on accuracy and detail to represent the cultural and historical significance of the Golden Ambari.
- Detailed 3D Model: Accurate representation of the Golden Ambari.
- Real-Time Rendering: Leveraging OpenGL for dynamic and realistic visuals.
- Historical Accuracy: Reflects thorough research for authenticity.
To use this project, ensure OpenGL and GLUT are installed on your system.
- OpenGL: For rendering graphics.
- GLUT: For window management and input handling.
-
Clone the repository:
git clone https://github.com/Akashjitu18/3D-Ambari.git
-
Navigate to the project directory:
cd 3D-Ambari\
-
Compile the code:
Ensure you have OpenGL and GLUT development libraries installed. You can compile the project using a command like:
```bash g++ -o ambari main.cpp -lGL -lGLU -lglut
Adjust the main.cpp to your actual source file name if it's different.
-
Run the project:
./ambari
- Rotate the view with the mouse.
- Use the keyboard for zooming and movement
Contributions are welcome. Fork the repository and submit a pull request. Follow coding style guidelines and include tests.
This code is free to use, modify, and distribute for personal and commercial purposes.
If you have any questions or feedback, you can reach me at akashjitu18@gmail.com.