Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
panthernet authored Mar 5, 2020
1 parent d99eba7 commit 57bf8ab
Showing 1 changed file with 7 additions and 24 deletions.
31 changes: 7 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,21 @@
**GraphX for .NET**
# GraphX for .NET
[![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/)

**What Is This?**
### Introduction

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.



**Any Requirements?**

### Requirements
GraphX requires **Visual Studio 2019 Comunity Edition** or above to build manually.
[**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.

[**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

And library showcase uses:
* YAXLib
* ModernUI



**How Flexible It Is?**

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.
### Platform Support
Our library supports following platforms:
* Windows Desktop (.NET Core/WPF/WinForms on Windows 7+ using .NET4.6.1+ or .NET Core 3.1)
* Universal Windows Platform (UWP or UAP) on Windows 10
* Xamarin/Uno (WIP, only logic core is available)



**What Exactly I Can Do With It?**
### Features

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

0 comments on commit 57bf8ab

Please sign in to comment.