Info
Version: | 1.2.1 |
Author(s): | Alexandre Rabérin |
Last Update: | Thursday, October 28, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/KeRNeLith/GraphShape |
NuGet Url: | https://www.nuget.org/packages/GraphShape |
Install
Install-Package GraphShape
dotnet add package GraphShape
paket add GraphShape
GraphShape Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It contains several layout algorithms that allow various kind of layouts (FR, KK, ISOM, LinLog, Simple Tree, Circular, Sugiyama, Compound FDP, Random).
It also provide overlap removal algorithms such as FSA (or One Way FSA) algorithms.
Supported platforms:
- .NET Standard 2.0+
- .NET Core 2.0+
- .NET Framework 3.5+
- .NET 5+
Supports Source Link.