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

https://github.com/guidanoli/edutech-stop-motion-prototype

Stop Motion Prototype for EduTech (PUC Hack 2020)
https://github.com/guidanoli/edutech-stop-motion-prototype

pygame python stop-motion

Last synced: 10 days ago
JSON representation

Stop Motion Prototype for EduTech (PUC Hack 2020)

Awesome Lists containing this project

README

          

# Stop Motion Prototype for EduTech (PUC Hack 2020)

This is a project for the PUC Hack 2020 hackathon that is taking place in an online fashion.
This code is licensed under LGPLv3, the same as pygame.

## Documentation

The UML diagram is in `docs/animation.pu`. Just paste it in [LiveUML](https://liveuml.com/).

## Dependencies

* Python 3.8 or earlier
* Python packages listed in `requirements.txt`

## Running

```sh
$ python -m pip install -r requirements.txt
$ python src/canvas.py
```