From 6c2761b337fb50ea6f13a59db4b973ad5a9f1e44 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Wed, 19 Feb 2025 01:30:54 +0100 Subject: [PATCH] Invocation: complement `NodeBase_test` with simple example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit While initially intended as introductory test, it meanwhile focuses on intricate technical details on the level of basic building blocks, notably the `FeedManifold` Now I have added a simple end-to-end demonstration example how a Render Node is built from scratch, leaving out all technical details and all convenience front-ends like the `NodeBuilder` — just one dummy port invoked directly. --- tests/46node.tests | 2 +- tests/core/steam/engine/node-base-test.cpp | 137 ++++++++++++++++++--- wiki/thinkPad.ichthyo.mm | 22 ++-- 3 files changed, 133 insertions(+), 28 deletions(-) diff --git a/tests/46node.tests b/tests/46node.tests index 869f76b55..d87391b24 100644 --- a/tests/46node.tests +++ b/tests/46node.tests @@ -2,7 +2,7 @@ TESTING "Component Test Suite: Render Engine parts" ./test-suite --group=node -PLANNED "Proc Node basics" NodeBase_test <