LUMIERA.clone/tests/core/steam
Ichthyostega a84dbd7bfb Invocation: develop an abbreviated node spec
showing the Node-symbol and a reduced rendering of
either the predecessor or a collection of source nodes.

For this we need functionality to traverse the node graph depth-first
and collect all leaf nodes (which are the source nodes without predecessor);
such can be implemented with the help of the expandAll() functionality
of `lib::IterExplorer`. In addition we need to collect, sort and deduplicate
all the source-node specs; since this is a common requirement, a new
convenience builder was added to `lib::IterExplorer`
2024-11-05 03:56:38 +01:00
..
asset Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
control Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
engine Invocation: develop an abbreviated node spec 2024-11-05 03:56:38 +01:00
fixture Scheduler: devise the arrangement of basic components 2023-06-24 03:14:17 +02:00
mobject Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
play Invocation: clarify role of Buffer-Descriptor and Dependency-Injection 2024-07-15 18:52:59 +02:00
render-segment-test.cpp Dispatcher-Pipeline: prepare test for the new NodeGraphAttachment 2023-06-07 04:03:00 +02:00