# alexjlockwood/kyrie

🍀 Animated Vector Drawables on steroids 🍀

Repository: https://github.com/alexjlockwood/kyrie
Canonical: https://ross.abutalabs.com/products/kyrie
Homepage: https://alexjlockwood.github.io/kyrie/com.github.alexjlockwood.kyrie/index.html
Language: Kotlin
License: Apache-2.0
License Family: permissive
Archived: true
Last push: 2020-12-23T12:26:04+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3141, "days_push": 2079, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1065, forks 46 (observed 2026-08-28T04:03:26.664328+00:00)

## What it is
Kyrie is a Kotlin library that provides a superset of Android's VectorDrawable and AnimatedVectorDrawable, supporting pause/resume/seek, runtime programmatic construction, and additional SVG-like features. It lets developers build animatable vector drawables via a builder API or by inflating existing VD/AVD resources.

## Use cases
- pause and resume animated vector drawables on android
- create animated vector graphics programmatically at runtime
- seek to a specific point in a vector drawable animation
- convert existing vector drawable resources into more flexible animations
- build svg-like animated graphics in android apps

## When to choose
- you need control over AnimatedVectorDrawable playback (pause, seek, resume)
- you want to construct vector animations dynamically in Kotlin code
- you need SVG features not supported by standard VectorDrawables

## When to avoid
- standard AnimatedVectorDrawable meets your animation needs
- you need cross-platform vector animation outside android
- you require a library with frequent updates and active maintenance

## Facets
- artifact type: library
- maturity: maintenance
- function: animation, ui-components, graphics
- domain: mobile-development, graphics, frontend
- platform: jvm
- tags: android, vector-drawable, animated-vector-drawable, svg, kotlin

## Member repositories
- alexjlockwood/kyrie (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:26.664328+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:55:28.712194+00:00, confidence not recorded.
  - readme: https://github.com/alexjlockwood/kyrie (fetched 2026-08-28T04:03:26.664328+00:00, sha 329c2175778c)
  - homepage: https://alexjlockwood.github.io/kyrie/com.github.alexjlockwood.kyrie/index.html (fetched 2026-08-29T12:57:19.058455+00:00, sha 2316c01bd415)
- Data as of 2026-08-30T08:39:29.467469+00:00.
