Force Directed Diagram
Forgin Bits
$9.99
Date |
Price |
---|---|
日期和时间 |
价钱($) |
01/02(2024) |
4.99 |
07/23(2024) |
9.99 |
11/07(2024) |
9.99 |
Jump AssetStore
Implementation of a Force Directed Diagram algorithm, which can be used to display and edit link/node JSON data with unlimited control and variations.What's new in update 1.1.2:Implement Force Directed Diagram gameobject transform : scale, rotation, position of all nodes and links.Implement Force Directed Diagram physics update mode selection (Update or FixedUpdate).Fix bug where nodes would reset to zero position when forces applied were close to zero.Fix bug where tooltip panel was left open when no node was hovered in 2DDiagram scene.Update package manifest for lower Unity version compatibility.1.1.1 :Fix jittering at low frameratesAdd diagram loading at runtime with example sceneImproved code architecture with more extensibility and assembly definitionsAdd random seed control to allow consistent nodes positioning and diagram display1.1.0 :WebGL compatibility + example sceneSelectable links + example sceneKeyboard and touch interactivity for 3D and 2D camerasImproved overall code architectureFix MacOS compatibility issueFix minor issues⚠️ Warning ⚠️ : the new update contains breaking changes, please back up your project before updating from an older version.---This package provides components and tools to display link/node data in the form of a Force Directed graph drawing.This type of layout is commonly used in a variety of application areas: network visualization, large graph visualization, knowledge representation, system management, or mesh visualization.It is used to visualize the connections between objects in a network. By grouping the objects connected to each other in a natural way, a Force-Directed Graph is visually interesting and also makes it possible to discover subtle relationships between groups.The current implemented features are :Diagram loading at runtimeDrag and dropFixed nodesCamera focus on specific nodePhysics parameters real-time tweakingImage nodesText nodesGrouping nodes by data valuesFull node and link customization with node and link factoriesDiagram editorExport/import as jsonGPU computed diagram layout (over 5000 nodes and links at over 30 fps)Full 2D support with pan and zoomBusiness cases for trading data visualization, fault detection, isolation and recovery, and organization managementSee the demo video for a few examples of what can be achieved with this package.Download the Force Directed Diagram Editor example for Windows.