https://github.com/gillesxr/kivy_animated_widget
Design step by step a Kivy custom animated widget.
https://github.com/gillesxr/kivy_animated_widget
kivy python
Last synced: about 1 month ago
JSON representation
Design step by step a Kivy custom animated widget.
- Host: GitHub
- URL: https://github.com/gillesxr/kivy_animated_widget
- Owner: gillesxr
- Created: 2024-10-28T14:20:28.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T14:52:11.000Z (7 months ago)
- Last Synced: 2025-04-04T03:13:22.057Z (about 1 month ago)
- Topics: kivy, python
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Kivy custom animated widget #
[](https://github.com/gillesxr/change_exit_node)
This custom widget is a popup embedding a red moving rectangle. A use case might be to wait for a process that we don't know how long it will takes to complete.
[Awesome_widget.webm](https://github.com/user-attachments/assets/8008c068-1f05-4a36-868d-67f4ef592fa6)
This repository is linked with this [post](https://gillesxr.github.io/python/kivy/2024/10/24/design-a-custom-kivy-widget.html) which described the step by step process to design the widget.