Skip to content

Hiyabye/Pendulum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

C++/OpenGL implementation of a simple pendulum.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages