Skip to content

Commit 8641600

Browse files
author
Antoine Lelièvre
committed
Merge branch 'master' of github.com:alelievr/NodeGraphProcessor
2 parents 5b70eda + 330cedf commit 8641600

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Node graph editor framework focused on data processing using Unity UIElements, G
44
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4c62ece874d14a0b965b92cb163e3146)](https://www.codacy.com/manual/alelievr/NodeGraphProcessor?utm_source=github.com&utm_medium=referral&utm_content=alelievr/NodeGraphProcessor&utm_campaign=Badge_Grade)
55
[![openupm](https://img.shields.io/npm/v/com.alelievr.node-graph-processor?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.alelievr.node-graph-processor/)
66

7-
This node based solution provides a great C# API allowing you to implement conditional graphs, dependencies graphs, processing graphs and more.
7+
This node based solution provides a great C# API allowing you to implement conditional graphs, dependencies graphs, processing graphs and more.
88
![image](https://user-images.githubusercontent.com/6877923/83576832-f2486500-a532-11ea-9d2a-a6b75b980813.png)
99

10-
Based on Unity's GraphView technology, NodeGraphProcessor is also very fast and works well with large graphs.
10+
Based on Unity's GraphView technology, NodeGraphProcessor is also very fast and works well with large graphs.
1111
![Performance](https://user-images.githubusercontent.com/6877923/83576843-f70d1900-a532-11ea-80fb-c8fede6aa7ed.gif)
1212

1313
Simple and powerful C# node API to create new nodes and custom views.
@@ -87,6 +87,8 @@ Note that you'll not have access to the examples provided in this repo because t
8787
- Relay nodes
8888
- Display additional settings in the inspector
8989
- Node creation menu on edge drop
90+
- Simplified edge connection compared to default GraphView (ShaderGraph and VFX Graph)
91+
- Multiple graph window workflow (copy/paste)
9092

9193
More details are available [in the Changelog](CHANGELOG.md)
9294

@@ -122,3 +124,5 @@ For more details consult our [Github Project page](https://github.com/alelievr/N
122124
![](https://user-images.githubusercontent.com/6877923/71782933-25b4b100-2fe0-11ea-9b57-0198f7161535.gif)
123125
![](https://user-images.githubusercontent.com/6877923/77270201-808aaa00-6cab-11ea-9028-e671092be194.gif)
124126
![](https://user-images.githubusercontent.com/6877923/87306684-ac5ec380-c518-11ea-9346-1ed47e8cd016.gif)
127+
![](https://user-images.githubusercontent.com/6877923/89890139-272c0480-dbd3-11ea-86f4-696d260f707b.gif)
128+
![](https://user-images.githubusercontent.com/6877923/89891415-504d9480-dbd5-11ea-8b1d-873031a0677c.gif)

0 commit comments

Comments
 (0)