jimkring / logic-node-editor

Simple Node Editor is just that. Very basic minimal code for implementing a node graph or editor using PySide2. All nodes are built from using QGraphicsItems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logic Node Editor

Executable Build

A very basic minimal code for implementing a node graph or editor using PySide2. In this case we are building with logic nodes. All nodes are built using QGraphics items.

Example video: https://www.youtube.com/watch?v=DOsFJ8lm9dU

nodes

About

Simple Node Editor is just that. Very basic minimal code for implementing a node graph or editor using PySide2. All nodes are built from using QGraphicsItems.

License:MIT License


Languages

Language:Python 100.0%