code / 2pend

Lines168 C130 make32 Markdown6
(8 lines)

2pend

This is a program that simulates a double pendulum and renders it on the console. Press q or Escape to quit and r to randomize.

Preview

Building

make to build and make install to install.

1 # 2pend
2 This is a program that simulates a double pendulum and renders it on the console.
3 Press `q` or Escape to quit and `r` to randomize.
5 ![Preview](2pend.gif)
7 ## Building
8 `make` to build and `make install` to install.