Skip to content

Commit afd0035

Browse files
authored
Update README.md
1 parent ef82ada commit afd0035

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
## NodeGraphQt
21

3-
<img src="/docs/_images/logo.png" title="logo">
2+
# NodeGraphQt
3+
4+
<p align="center">
5+
<a href="https://jchanvfx.github.io/NodeGraphQt" target="_blank">
6+
<img src="/docs/_images/logo.png" title="logo">
7+
</a>
8+
</p>
49

510
``NodeGraphQt`` is a node graph UI framework for `PySide2` that can be implemented and re-purposed into
611
applications.
712

813
<img src="/docs/_images/screenshot.png" width="100%" title="NodeGraphQt">
914

1015

11-
#### Documentation
16+
## Documentation
1217

1318
<a href="https://jchanvfx.github.io/NodeGraphQt" target="_blank">https://jchanvfx.github.io/NodeGraphQt</a>
1419

@@ -17,15 +22,15 @@ See the [basic_example.py](/examples/basic_example.py) python script from this r
1722
More examples can be found in the API documentation:<br>
1823
https://jchanvfx.github.io/NodeGraphQt/api/html/examples/ex_overview.html#simple-example
1924

20-
#### Vertical Layout
25+
## Vertical Layout
2126

2227
<img src="/docs/_images/vertical_layout.png" width="600" title="Vertical Layout">
2328

24-
#### Pipe Layout
29+
## Pipe Layout
2530

2631
<img src="/docs/_images/pipe_layout_types.gif" width="600" title="Pipe Layout">
2732

28-
#### Custom Widgets
33+
## Custom Widgets
2934

3035
https://jchanvfx.github.io/NodeGraphQt/api/html/custom_widgets.html
3136

0 commit comments

Comments
 (0)