# harjot-oberai/VectorMaster

Dynamic control over vector drawables!

Repository: https://github.com/harjot-oberai/VectorMaster
Canonical: https://ross.abutalabs.com/products/vectormaster
Language: Java
License: MIT
License Family: permissive
Topics: android, vector, vector-drawable, dynamic
Last push: 2020-06-01T02:26:11+00:00

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

## Adoption (not part of the score)
Stars 1586, forks 165 (observed 2026-08-28T04:05:07.691142+00:00)

## What it is
An Android library that provides dynamic runtime control over vector drawables via Java instances. It parses vector XML and exposes every path, group, vector, and clip-path attribute for programmatic manipulation including color, scale, rotation, translation, and path trimming.

## Use cases
- change vector drawable colors dynamically at runtime in android
- animate vector paths based on user input
- trim or offset vector paths programmatically
- control vector drawable scale and rotation from java code
- replace AnimatedVectorDrawable with runtime vector control

## When to choose
- you need runtime manipulation of vector drawables beyond what AnimatedVectorDrawable offers
- you want to change vector properties based on arbitrary user actions like theme color picking
- you need path trimming or clip-path support with dynamic control

## When to avoid
- you only need static or predefined animations, which AnimatedVectorDrawable handles natively
- your project uses Kotlin-first modern Android tooling and you prefer actively maintained alternatives
- you need vector support on platforms other than Android

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, animation, graphics
- domain: mobile-development, android-tools, graphics
- platform: jvm
- tags: vector-drawable, android-library, runtime-manipulation, java, android

## Member repositories
- harjot-oberai/VectorMaster (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:07.691142+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-30T03:55:28.953610+00:00, confidence not recorded.
  - readme: https://github.com/harjot-oberai/VectorMaster (fetched 2026-08-28T04:05:07.691142+00:00, sha 22f57b33d668)
- Data as of 2026-08-30T08:39:29.467469+00:00.
