Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 996 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 996 Bytes

Pendulum

C++/OpenGL implementation of a simple pendulum.

Demo

pendulum_demo

Run Locally

Install dependencies

  sudo apt-get install cmake ninja-build

Clone the project

  git clone --recurse-submodules https://github.com/Hiyabye/Pendulum

Go to the project directory

  cd Pendulum

Run the build script

  chmod +x ./run.sh
  ./run.sh

Roadmap

  • Clean code
  • Allow input to move pendulum
  • Add another pendulum; making it double

Acknowledgements

License

GNU GPLv3