This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
This manim script creates an animated video illustrating the life cycle of a LiftWing event as implemented in the article-country model-server: | |
https://wikitech.wikimedia.org/wiki/File:Life_cycle_of_a_LiftWing_event.webm | |
Run the script using: | |
$ pip install manim | |
$ manim -pql liftwing_event_lifecycle.py LifeCycleScene | |
""" | |
from manim import Arrow, Create, Rectangle, Scene, SurroundingRectangle, Text, Write | |
from manim.utils.color import BLUE, GREEN, ORANGE, PURPLE, RED, YELLOW |