Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 536 Bytes

File metadata and controls

21 lines (16 loc) · 536 Bytes

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