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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • boringdesigners/boring-avatarsAvatar de boringdesigners

    boringdesigners/boring-avatars

    6,291Voir sur GitHub↗

    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
    Voir sur GitHub↗6,291
  • platane/snkAvatar de Platane

    Platane/snk

    5,899Voir sur GitHub↗

    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
    Voir sur GitHub↗5,899
  1. Home
  2. Graphics & Multimedia
  3. SVG Path Rendering
  4. Compositional SVG Path Builders

Explorer les sous-tags

  • 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.