rete
rete copied to clipboard
JavaScript framework for visual programming
Currently we can remove connections between nodes in editor but for that we need to click on the input socket of node then if we move mouse then that connection...
Hi! I have an issue in my Rete-based Vue app while i'm trying to render approximately 900 blocks connected to each other from JSON (36.5k lines JSON structure in human-readable...
I have defined a node with multiple outputs similar to this sample code : https://codepen.io/hatead1/pen/GaZYaq But the output connections to other nodes were not created when editing and retrieving the...
Worker gets called on all the nodes of the component when one node's value changes. In my code, there is an API call on the worker and it makes my...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 13.2.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...
Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js) from 0.4.3 to 0.4.4. Release notes Sourced from jpeg-js's releases. v0.4.4 v0.4.4 (2022-06-07) feat: add comment tag encoding (#87) (13e1ffa), closes #87 fix: validate sampling factors (#106) (9ccd35f),...
can i have multiple dock with different node?
I would like to enable users to interact with controls on a node, e.g. a slider, turn dial, or other controls. Currently, dragging on the control will make the node...
Currently, socket compatibility is determined by calling (in `rete/output.ts`): ``` if (!this.socket.compatibleWith(input.socket)) throw new Error('Sockets not compatible'); ``` The output node determines whether it is compatible with the input node....