awesome-repositories.com
Blog
awesome-repositories.com

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

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

2 Repos

Awesome GitHub RepositoriesGraph Link Styling

Systems for drawing and visually styling edges between nodes, including curved lines and highlighting.

Distinguishing note: Shortlist candidates focus on code-to-graph mapping or network connectivity, not the visual styling of edges in a UI.

Explore 2 awesome GitHub repositories matching user interface & experience · Graph Link Styling. Refine with filters or upvote what's useful.

Awesome Graph Link Styling GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • vasturiano/3d-force-graphAvatar von vasturiano

    vasturiano/3d-force-graph

    6,147Auf GitHub ansehen↗

    3d-force-graph is a WebGL-accelerated component for rendering interactive network graphs in three-dimensional space. Built on the ThreeJS library, it positions nodes using a force-directed physics simulation that can be driven by either a D3-force or ngraph engine, producing dynamic layouts that users can rotate, zoom, and pan using mouse, keyboard, or touch controls. The component distinguishes itself through comprehensive camera control capabilities, including programmatic positioning, animated transitions, automatic timed orbiting, and zoom-to-fit functionality that frames all nodes within

    Provides comprehensive data-driven styling of nodes and links with color, size, opacity, and custom geometry.

    HTML3d3d-force-graphd3js
    Auf GitHub ansehen↗6,147
  • vasturiano/force-graphAvatar von vasturiano

    vasturiano/force-graph

    2,051Auf GitHub ansehen↗

    This project is a high-performance library for rendering interactive, force-directed network visualizations within an HTML5 canvas. It provides a physics-based engine that calculates node positioning through simulated attraction and repulsion forces, enabling the representation of complex relational data structures as dynamic, navigable graphs. The library distinguishes itself through its ability to handle large-scale datasets containing thousands of nodes and links while maintaining interface responsiveness. It offers granular control over the visual representation of data, allowing for cust

    Provides accessor functions and callbacks for granular visual styling of nodes and links within the graph.

    JavaScriptcanvasd3jsforce
    Auf GitHub ansehen↗2,051
  1. Home
  2. User Interface & Experience
  3. Graph Link Styling

Unter-Tags erkunden

  • Curved Graph EdgesDraws edges as arcs between nodes to visually distinguish connections and reduce visual clutter in dense graphs. **Distinct from Graph Link Styling:** Distinct from Graph Link Styling: specifically focuses on curved/arc rendering of edges, not general link styling.
  • Data-Driven Graph StylingControls node and link appearance including color, size, opacity, geometry, and labels based on data attributes. **Distinct from Graph Link Styling:** Distinct from Graph Link Styling: covers styling of both nodes and links driven by data attributes, not just edge appearance.