2 مستودعات
Builds avatars by composing multiple SVG path elements into a single viewBox, allowing scalable vector output without external assets.
Distinct from SVG Path Rendering: Distinct from SVG Path Rendering: focuses on composing multiple paths into a single avatar, not just rendering individual paths.
Explore 2 awesome GitHub repositories matching graphics & multimedia · Compositional SVG Path Builders. Refine with filters or upvote what's useful.
Boring avatars is an open source React library that generates custom, SVG-based avatars from any username and color palette.
Builds avatars by composing multiple SVG path elements into a single viewBox for scalable vector output.
Snk is a GitHub profile readme widget that generates an animated snake visualization from a user's contribution graph data. It transforms the familiar contribution grid into a sequence where a snake moves across the cells, consuming them in order, and outputs the result as an animated SVG or GIF file. The project automates the entire workflow through a daily cron-triggered job, fetching contribution data via the GitHub GraphQL API, constructing the snake animation frame by frame, and exporting the final image. Users can customize the color palette of both the snake and the grid cells to match
Constructs the snake body as connected SVG path segments based on a grid traversal algorithm.