Skip to content

Commit 57bf8ab

Browse files
authored
Update README.md
1 parent d99eba7 commit 57bf8ab

File tree

1 file changed

+7
-24
lines changed

1 file changed

+7
-24
lines changed

README.md

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,21 @@
1-
**GraphX for .NET**
1+
# GraphX for .NET
2+
[![Build status](https://ci.appveyor.com/api/projects/status/6s7bkthpq14lqb5s?svg=true)](https://ci.appveyor.com/project/panthernet/graphx)[![GraphX](https://buildstats.info/nuget/GraphX)](https://www.nuget.org/packages/GraphX/)
23

3-
**What Is This?**
4+
### Introduction
45

56
GraphX for .NET is an advanced open-source graph layout and visualization library that supports different layout algorithms and provides many means for visual customizations It is capable of rendering large amount of vertices and steadily moves to support the most popular .NET platforms. GraphX already served well as the foundation for many other projects where its functionality was irreplaceble.
67

7-
8-
9-
**Any Requirements?**
10-
8+
### Requirements
119
GraphX requires **Visual Studio 2019 Comunity Edition** or above to build manually.
10+
[**QuickGraphCore**](https://www.nuget.org/packages/QuickGraphCore/) nuget project is required for GraphX to operate. Also it is worth noting that it uses partial code from: Graph#, WPFExtensions, NodeXL, Extended WPF Toolkit, YAXLib and ModernUI.
1211

13-
[**QuickGraphCore**](https://www.nuget.org/packages/QuickGraphCore/) nuget project is required for GraphX to operate. Also it is worth noting that it uses partial code from:
14-
* Graph#
15-
* WPFExtensions
16-
* NodeXL
17-
* Extended WPF Toolkit
18-
19-
And library showcase uses:
20-
* YAXLib
21-
* ModernUI
22-
23-
24-
25-
**How Flexible It Is?**
26-
27-
We're aim to support as much platforms as possible and we already made our logic core with algorithms to support wide range of platforms.
12+
### Platform Support
2813
Our library supports following platforms:
2914
* Windows Desktop (.NET Core/WPF/WinForms on Windows 7+ using .NET4.6.1+ or .NET Core 3.1)
3015
* Universal Windows Platform (UWP or UAP) on Windows 10
3116
* Xamarin/Uno (WIP, only logic core is available)
3217

33-
34-
35-
**What Exactly I Can Do With It?**
18+
### Features
3619

3720
* GraphX is a performance oriented library coded with modular design in mind optimized for:
3821
* Large amount of templated graph vertices rendering

0 commit comments

Comments
 (0)