Skip to content

Implement node evaluation pipeline for math graph #16

@ToastedToast00

Description

@ToastedToast00

Given a graph of connected nodes, compute the final result in the correct order

Details

  • Topologically sort nodes or evaluate recursively without recomputing everything unnecessarily
  • Cache intermediate results for performance
  • Detect invalid graphs (e.g. cycles, missing inputs) and handle gracefully

Metadata

Metadata

Assignees

No one assigned

    Labels

    ScriptIssue relating to the scripting.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions