zeffii / flux

numpy nodes in Blender
GNU General Public License v3.0
1 stars 0 forks source link

what is flux #3

Open zeffii opened 4 years ago

zeffii commented 4 years ago

Latin: fluxus means "flow"

The add-on is called fluxus, but shorthand flux will suffice. This add-on aims to help me understand how to build and evaluate a "directed acyclic graph" like node tree. While speed is not a primary concern, simplicity of code is. I will consider this a success if I borrow no code from anywhere, and still have a working generalized prototype.

this time i don't care about breaking stuff,

zeffii commented 2 years ago

as luck would have it, python's standard library now includes a DAG solver. "graphlib"