This example focuses on large-scene performance in Foblex Flow.
It lets you compare several rendering strategies, including fCache and *fVirtualFor, while keeping the canvas fully interactive.
What you can test in this demo:
fCache on f-flow to reduce repeated geometry work during redraws.*fVirtualFor to progressively render projected nodes and compare startup/render cost against the regular @for flow.Why this example is useful:
[example.html] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/libs/f-examples/nodes/stress-test/example.html [example.ts] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/libs/f-examples/nodes/stress-test/example.ts [example.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/libs/f-examples/nodes/stress-test/example.scss