A simple Pendulum graphics project implemented in C++ using OpenGL. This project demonstrates the simulation of a pendulum's motion, providing a visually appealing representation.
- Realistic pendulum motion simulation.
- Interactive controls for adjusting parameters.
- Smooth OpenGL graphics rendering.
- C++ Compiler
- OpenGL Library
- Clone the repository: git clone https://github.com/oytizha/pendulum-graphics-project.git
- Navigate to the project directory: cd pendulum-graphics
- Compile the code using your C++ compiler.
- Run the executable.
If you'd like to contribute to this project, please follow the standard Git workflow:
- Fork the repository
- Create a new branch (git checkout -b feature/new-feature)
- Commit your changes (git commit -m 'Add new feature')
- Push to the branch (git push origin feature/new-feature)
- Open a pull request
THANK YOU