daniel-lewis-ab / litegraph.js

A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.
MIT License
11 stars 2 forks source link

Weird LGraph bug multiview, subgraph #14

Open daniel-lewis-ab opened 1 month ago

daniel-lewis-ab commented 1 month ago

If you:

  1. go to multiview
  2. leave it
  3. go to subgraph
  4. enter a subgraph (it will incorrectly estimate Subgraphout position)
  5. click play (it will now break and not draw front canvas)
atlasan commented 4 weeks ago

Subgraph seems working in forwardcompatible while playing, entering, exiting, multiviewing Unique strange behavior is that subgraph is not redrawed at each frame, but it does with any interaction (eg. moving mouse)