Skip to content
This repository was archived by the owner on Aug 2, 2026. It is now read-only.

Simplified algorithm and process of programming nodes

Pre-release
Pre-release

Choose a tag to compare

@leon-thomm leon-thomm released this 30 Mar 18:06
· 681 commits to master since this release

I removed tokens. This enables slightly easier and more open programming of nodes. Along with that, I changed the algorithm executing the script, so that now data connections are always forward updated on change and not backward updated on request. This makes execution flows slower but pure data flows faster and simpler. I would like to create some live video and audio processing nodes in this version to show what it is capable of. The biggest issue is currently performance when combining dataflows with execution nodes.