Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@

Produce some nice-looking animations by composing scenes, just using some numpy arrays and the power of interpolation

**This branch was created to convert the source code to Python3**, the script can be broken, WIP.

## Requirments:
- python2
- aggdraw
- tkinter
- numpy

```
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
```


![morph.gif](https://github.com/sam46/Morph/blob/master/morph.gif)

Expand Down
Loading