Skip to content

Instantly share code, notes, and snippets.

View kevinbazira's full-sized avatar
🧑‍💻
AI | ML | Python | JavaScript

Kevin Bazira kevinbazira

🧑‍💻
AI | ML | Python | JavaScript
View GitHub Profile
"""
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