Skip to content

Version 2.0: Recursion update!

Latest
Compare
Choose a tag to compare
@Thijmer Thijmer released this 22 Mar 10:15
· 7 commits to main since this release

This release adds support for recursive networks (= connecting a node to itself or to another node before it in the network).

  • Recursive networks (nodes directly or indirectly connected to themselves) are now a possibility. Connectors in a recursive network are green.
  • Multiple nodes connected to one node only call the network before them once now, which improves performance.
  • Added "nand gate" node.