1 Repo
Mathematical representations of node positions and sizes used for collision detection and placement in a graph.
Distinct from Coordinate-Based Positioning: Distinct from general coordinate positioning by specifically managing the geometric state of a graph model.
Explore 1 awesome GitHub repository matching user interface & experience · Spatial Graph Models. Refine with filters or upvote what's useful.
X6 is a JavaScript diagramming library and SVG graph rendering engine used to build interactive flowcharts, mind maps, and visual workflow editors. It provides a framework for defining customizable node and edge behaviors, utilizing a hybrid rendering approach that combines SVG and HTML. The library decouples the visual graph representation from underlying business logic and data structures through a dedicated state management system. It allows for extensive extensibility via a registration mechanism for custom nodes, edges, and canvas tools. The toolkit includes capabilities for automatic g
Maintains a mathematical representation of positions and sizes to calculate element placement and collision.