Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 538 Bytes

File metadata and controls

24 lines (18 loc) · 538 Bytes

Pendulum

Pendulum simulation preview GIF

Compiling

To compile the project you will need SDL2 and SDL2_gfx installed and configured in pkg-config.

After that run

git clone https://github.com/Denloob/pendulum.git
cd pendulum
make

For more information please see the Makefile.

Running

After compiling, you can find the binary at ./bin/pendulum. You can also use

make run

To both compile and run the pendulum simulation.