[Help/Advice] Implementing ForceGraph into a Nordcraft-based Web App
FxRazor
4 months ago
I want to use something like this https://github.com/vasturiano/force-graph?tab=readme-ov-file A web component to represent a graph data structure in a 2-dimensional canvas using a force-directed iterative layout. Uses HTML5 canvas for rendering and d3-force for the underlying physics engine. Supports canvas zooming/panning, node dragging and node/link hover/click interactions.