Â
A nice relaxing double pendulum simulation using ASCII, able to simulate multiple pendulums at once, and provide tracing of pendulums as well as providing some system information. If you spot any bugs or features that need adding (especially with the specs), just open an issue :)
- As mentioned, able to simulate multiple pendulums at once.
- Able to specify the weight and mass of pendulums to create different butterfly effects.
- Uses equations from here.
- If -s is used, it grabs system specs and displays them.(hi r/unixporn)
- Obviously a lot could be done to it (see below the Args), Any contributions are appreciated)
Dependencies: Python 3.2+,curses (standard on UNIX) or relevent windows port, psutils if you want to use -s
- Clone using
https://github.com/Nekurone/pendfetch.git
or download the zip. - Extract if necessary and head inside the folder.
python3 pendulum.py [args]
python3 -m pip install pendfetch
(orpip install pendfetch
)pendfetch [args]
Visuals
Maths and Pendulum settings
Window settings