Python Node Editor using PyQt5
Project description
Welcome to PyQtNodeEditor
This package was created from the Node Editor written in PyQt5. The intention was to create a tutorial series describing the path to create a reusable nodeeditor which can be used in different projects. The tutorials are published on youtube for free. The full list of tutorials can be located here: https://www.blenderfreak.com/tutorials/node-editor-tutorial-series/
Features
provides full framework for creating customizable graph, nodes, sockets and edges
full support for undo / redo and serialization into files in a VCS friendly way
support for implementing evaluation logic
hovering effects, dragging edges, cutting lines and a bunch more…
provided 2 examples on how node editor can be implemented
Requirements
Python 3.x
PyQt5 or PySide2 (using wrapper QtPy)
Installation
$ pip install nodeeditor
Or directly from source code to get the latest version
$ pip install git+https://gitlab.com/pavel.krupala/pyqt-node-editor.git
Or download the source code from gitlab:
git clone https://gitlab.com/pavel.krupala/pyqt-node-editor.git
Screenshots
Other links
History
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for nodeeditor-0.9.13-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 466490dd9603916676d7830f1a4f4dd605c5ecd35a74f36da6954086ffe0034a |
|
MD5 | b57b6ffd355ca148ca5e39a4471caa08 |
|
BLAKE2b-256 | 7ee5b8664a3f6e38b5204d06b271dc0d32b7ee47dd6ddcee3b5adc27be953549 |