This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 417
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#74 Property-based Node and new ConnectionPort system
- Node is now defined through properties rather than with the Create function (see nodes), fixing #72 - Create has been replaced by the optional Init function - New ConnectionPort/ConnectionKnob/ValueConnectionKnob level-hierarchy for node connection ports: - ConnectionPort: Basic connection between nodes, straight line - ConnectionKnob: A Knob on the node that can connect to other knobs on other nodes through connections - ValueConnectionKnob: A Value-Knob defined by a type and designed to pass values to it's connections - ConnectionPorts are now defined through Attributes right on variables in the Node definitions (see nodes) - ConnectionPorts of all levels have preset-styling similar to ConnectionTypes previously, each with different settings - Inputs/Outputs are now weakly-typed, maximum connection counts are seperately specified - Currently not possible to edit Multi-Multi connection knobs due to interfacing, but structurally it's finally possible
- Loading branch information
Seneral
committed
Jul 2, 2017
1 parent
dff7d93
commit dc85da4
Showing
47 changed files
with
2,067 additions
and
1,850 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.