awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesCompositional SVG Path Builders

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.

Awesome Compositional SVG Path Builders GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • boringdesigners/boring-avatarsAvatar von boringdesigners

    boringdesigners/boring-avatars

    6,291Auf GitHub ansehen↗

    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.

    TypeScriptavataravatar-componentavatar-generator
    Auf GitHub ansehen↗6,291
  • platane/snkAvatar von Platane

    Platane/snk

    5,899Auf GitHub ansehen↗

    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.

    TypeScriptgifgithub-actionsgithub-contribution-graph
    Auf GitHub ansehen↗5,899
  1. Home
  2. Graphics & Multimedia
  3. SVG Path Rendering
  4. Compositional SVG Path Builders

Unter-Tags erkunden

  • Grid Traversal Path BuildersConstructs SVG path segments for a snake body based on a grid traversal algorithm. **Distinct from Compositional SVG Path Builders:** Distinct from Compositional SVG Path Builders: builds paths from grid traversal algorithms, not composing multiple paths into avatars.