An open API service indexing awesome lists of open source software.

https://github.com/donno2048/dp-render

Render the double pendulum for every pendulum
https://github.com/donno2048/dp-render

double-pendulum pendulum renderer simulation

Last synced: 5 months ago
JSON representation

Render the double pendulum for every pendulum

Awesome Lists containing this project

README

          

# DP render

Render the double pendulum for every pendulum

Each point represents a pendulum

The _x_ coordinates are from -π to π and represent the first angle

The _y_ coordinates are from -π to π and represent the second angle

## Clone

```sh
git clone https://github.com/donno2048/DP-render
cd DP-render
```

## Install dependencies

`pip3 install -r requirements.txt`

## Run

`python3 main.py `

Where _\_ is the number of frames to render (60 fps)

The output will be saved to _output.gif_ and the frames to the _frames_ folder