topola/src/router
Mikolaj Wielgus 97b1315eee refactor(autorouter/invoker): Expose getter for whole A* stepper, not just navmesh
Besides owning the navmesh, the A* stepper stores g-scores and f-scores,
displaying which will be helpful for debugging, so we want to be able to
access the whole A* stepper instead of only the navmesh.
2025-05-16 17:28:10 +00:00
..
astar.rs docs(router/astar): Explain the meaning of every continue status 2025-05-16 17:28:10 +00:00
draw.rs refactor(math): Replace `cw` booleans with `RotationSense` enums 2025-04-29 13:58:49 +02:00
mod.rs feat(overlay,viewport): generation and rendering of topological navmesh 2025-03-04 02:47:04 +01:00
navcord.rs docs(stepper): Explain how stepper traits and navcord work 2025-05-12 16:58:02 +02:00
navcorder.rs refactor(router/navcord): Make it clear that navcord is not a stepper 2025-05-12 00:45:51 +02:00
navmesh.rs feat(autorouter/invoker): Create trait to display debug information on navmesh 2025-05-01 01:59:31 +02:00
route.rs refactor(autorouter/invoker): Expose getter for whole A* stepper, not just navmesh 2025-05-16 17:28:10 +00:00
router.rs refactor(router/navcord): Make it clear that navcord is not a stepper 2025-05-12 00:45:51 +02:00