Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 568 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 568 Bytes

love2d-double-pendulum love2d version

Double pendulum simulation solved using Runge-Kutta method.

Using a library math-rungekutta by peterbillam. https://luarocks.org/modules/peterbillam/math-rungekutta

Running

To run the simulation on linux type make in cloned repository. It will automatically download love executable.

Written in Lua using awesome love2d framework.

Pendulum in action