A terminal double pendulum toy
Go to file
2019-04-05 23:07:14 -07:00
2pend.c Made initial random positions closer to vertical 2019-04-05 23:07:14 -07:00
LICENSE Initial commit 2019-03-18 21:15:33 -07:00
Makefile Removed manpage from makefile, since there isn't one 2019-03-19 20:16:46 -07:00
README.md Initial commit 2019-03-18 21:15:33 -07:00

2pend

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

Building

make to build and make install to install.