althack-project / althack-project/althack
Nodes can be connected via ports on the UI
Open
enhancement
- Dominant language
- C++
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The play area canvas allows to connect nodes to one another. This should happen via ports on nodes. The ports need to be typed, meaning not all node ports can be connected to all other ports, but only to matching ones.
Two distinctions for possible connections need to be made:
- Port type
- In/Out port (out only connects to in, m:n mappings)
The connections themselves need to be typed as well to denote what the available/intended characteristics are for each connection.
Contributor guide
Assessment
This issue has not been assessed yet.