Skip to content

Commit 4b14c15

Browse files
committed
Merge branch 'master' of github.com:alelievr/NodeGraphProcessor
2 parents 7eae53b + e0c16dd commit 4b14c15

File tree

1 file changed

+27
-26
lines changed

1 file changed

+27
-26
lines changed

README.md

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# NodeGraphProcessor
22
Node graph editor framework focused on data processing using Unity UIElements, GraphView and C# 4.7
33

4+
[![Discord](https://img.shields.io/discord/823720615965622323.svg)](https://discord.gg/XuMd3Z5Rym)
45
[![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)
56
[![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/)
67

@@ -40,14 +41,14 @@ public class SubNode : BaseNode
4041
}
4142
```
4243

43-
### Unity Compatible versions
44+
## Unity Compatible versions
4445

4546
This project requires at least Unity **2020.2** with a scripting runtime version of 4.x in player settings.
4647
The current Unity version used for the project is **2020.2.0f1**, if you want to install NodeGraphProcessor in an older unity project, you can install it via Open UPM (minimum version: Unity **2019.3**).
4748

48-
### Installation
49+
## Installation
4950

50-
#### Install Manually
51+
### Install Manually
5152
There are two ways to install this asset: you can use the Unity package manager or move the entire repo inside your Assets folder.
5253
To install using the package manager:
5354

@@ -56,21 +57,21 @@ To install using the package manager:
5657
- then select the package.json file located in `Assets/NodeGraphProcessor`
5758
- package is installed :)
5859

59-
#### Install via OpenUPM
60+
### Install via OpenUPM
6061

6162
The package is available on the [openupm registry](https://openupm.com). It's recommended to install it via [openupm-cli](https://github.com/openupm/openupm-cli).
6263

6364
```
6465
openupm add com.alelievr.node-graph-processor
6566
```
6667

67-
#### Install via Git
68+
### Install via Git
6869

6970
Alternatively, you can use the [git address feature in the package manager](https://forum.unity.com/threads/git-support-on-package-manager.573673/) on the branch [#upm](https://github.com/alelievr/NodeGraphProcessor/tree/upm), it only contains the package but it may be out of sync compared to master.
7071

7172
Note that you'll not have access to the examples provided in this repo because the package only include the core of NodeGraphProcessor.
7273

73-
### Features
74+
## Features
7475

7576
- Node and Graph property serialization (as json)
7677
- Scriptable Object to store graph as a Unity asset.
@@ -95,73 +96,73 @@ Note that you'll not have access to the examples provided in this repo because t
9596

9697
More details are available [in the Changelog](CHANGELOG.md)
9798

98-
### Documentation
99+
## Documentation
99100

100101
API doc is available here: [alelievr.github.io/NodeGraphProcessor](https://alelievr.github.io/NodeGraphProcessor/api/index.html)
101102

102103
The user manual is hosted using [Github Wiki](https://github.com/alelievr/NodeGraphProcessor/wiki).
103104

104-
### Remaining to do
105+
## Remaining to do
105106

106107
- Investigate for ECS/Jobs integration
107108
- API to create the graph in C#
108109
- Subgraphs
109110

110111
For more details consult our [Github Project page](https://github.com/alelievr/NodeGraphProcessor/projects/2).
111112

112-
### Projects made with NodeGraphProcessor
113+
## Projects made with NodeGraphProcessor
113114

114-
#### [Mixture](https://github.com/alelievr/Mixture)
115+
### [Mixture](https://github.com/alelievr/Mixture)
115116

116117
[![image](https://user-images.githubusercontent.com/6877923/98482247-61239b80-2200-11eb-9d83-a1cba4cc376a.png)](https://github.com/alelievr/Mixture)
117118

118119
Want to be in the made with list? [Send a message to the issue #14](https://github.com/alelievr/NodeGraphProcessor/issues/14)
119120

120-
### Gallery
121+
## Gallery
121122

122-
#### Minimap
123+
### Minimap
123124
![](https://user-images.githubusercontent.com/6877923/90036471-6043a200-dcc3-11ea-8702-9ccc62cb0f8a.gif)
124125

125-
#### Relay nodes
126+
### Relay nodes
126127
![](https://user-images.githubusercontent.com/6877923/89329982-e04c8500-d68f-11ea-8218-261225170978.gif)
127128

128-
#### Node connection menu
129+
### Node connection menu
129130
![](https://user-images.githubusercontent.com/6877923/89330117-12f67d80-d690-11ea-9b62-f878b86b8342.gif)
130131

131-
#### Node creation menu
132+
### Node creation menu
132133
![](https://user-images.githubusercontent.com/6877923/58935811-893adf80-876e-11e9-9f69-69ce51a432b8.png)
133134

134-
#### Graph Parameters
135+
### Graph Parameters
135136
![](https://user-images.githubusercontent.com/6877923/90035202-d6470980-dcc1-11ea-92e0-a754820bdc55.png)
136137

137-
#### Groups
138+
### Groups
138139
![](https://user-images.githubusercontent.com/6877923/58935692-3fea9000-876e-11e9-945e-8a874a4586a9.png)
139140

140-
#### Node Settings
141+
### Node Settings
141142
![](https://user-images.githubusercontent.com/6877923/71757124-c34e9a00-2e93-11ea-900c-63ecd772af3f.gif)
142143

143-
#### Node Messages
144+
### Node Messages
144145
![](https://user-images.githubusercontent.com/6877923/63230815-51dabb80-c212-11e9-9d54-382e649e77f1.png)
145146

146-
#### Conditional Processing (in Example)
147+
### Conditional Processing (in Example)
147148
![](https://user-images.githubusercontent.com/6877923/69500269-e469b580-0ef9-11ea-9c4b-f58e793f7ecd.gif)
148149

149-
#### Stacks
150+
### Stacks
150151
![](https://user-images.githubusercontent.com/6877923/71782933-25b4b100-2fe0-11ea-9b57-0198f7161535.gif)
151152

152-
#### Relay Node Packing
153+
### Relay Node Packing
153154
![](https://user-images.githubusercontent.com/6877923/77270201-808aaa00-6cab-11ea-9028-e671092be194.gif)
154155

155-
#### Node Inspector
156+
### Node Inspector
156157
![](https://user-images.githubusercontent.com/6877923/87306684-ac5ec380-c518-11ea-9346-1ed47e8cd016.gif)
157158

158-
#### Improved Edge Connection
159+
### Improved Edge Connection
159160
![](https://user-images.githubusercontent.com/6877923/89890139-272c0480-dbd3-11ea-86f4-696d260f707b.gif)
160161

161-
#### Multi-Window support
162+
### Multi-Window support
162163
![](https://user-images.githubusercontent.com/6877923/89891415-504d9480-dbd5-11ea-8b1d-873031a0677c.gif)
163164

164-
#### Field Drawers (Thanks [@TeorikDeli](https://github.com/TeorikDeli)!)
165+
### Field Drawers (Thanks [@TeorikDeli](https://github.com/TeorikDeli)!)
165166
![](https://user-images.githubusercontent.com/6877923/92417811-775f9d80-f164-11ea-9031-e6b61c98b88e.png)
166167

167168
### Sticky Notes (2020.1 or more required)

0 commit comments

Comments
 (0)