Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 06:13
· 10 commits to main since this release
138815d

Added

  • Added bundled solve.process steps for BFS, Greedy Best-First, and A* so
    visualizers can atomically track the active node and all cells added to the
    logical frontier. DFS continues to emit solve.expand steps.
  • Added precise multi-frontier Studio animations for BFS, Greedy Best-First,
    and A*, matching the path, head, sub-path, and frontier visual language used
    by Prim and Random Traversal.

Changed

  • Mazely Studio now keeps an active solve visualization on the canvas when
    switching to Generate, until a generation run or step actually begins.