Skip to content

Pendulum made out of a moving shaded sphere rendered with OpenGL

License

Notifications You must be signed in to change notification settings

OpenGL-Graphics/pendulum

Repository files navigation

Screenshot

Screenshot

Description

Simple pendulum made out of a moving sphere rendered with OpenGL, and based on this video from The Coding Train.

How to run

# clone repo with its submodules
$ git clone --recursive https://github.com/OpenGL-Graphics/pendulum

# build & run
$ cd terrain
$ mkdir build && cd build
$ cmake .. && make -j && ./main

# to get new commits from submodules
$ git submodule update --remote

About

Pendulum made out of a moving shaded sphere rendered with OpenGL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published