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)
- Host: GitHub
- URL: https://github.com/guidanoli/edutech-stop-motion-prototype
- Owner: guidanoli
- License: lgpl-2.1
- Created: 2020-09-26T10:00:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T15:55:32.000Z (over 5 years ago)
- Last Synced: 2025-01-17T13:30:07.435Z (over 1 year ago)
- Topics: pygame, python, stop-motion
- Language: Python
- Homepage:
- Size: 284 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```