Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export default () => (
gridStep: 0.1,
clearance: 0.2,
maxIterations: 300_000,
busAttractionRadius: 1,
busAttractionBonus: 5_000,
}),
}}
>
Expand Down Expand Up @@ -56,6 +58,7 @@ bun run build
- Routing bounds enforcement from `SimpleRouteJson.bounds`.
- Trace width selection from connection width, nominal width, or input defaults.
- Configurable grid step, clearance, max iterations, via cost, heuristic weight, turn cost, layer costs, layer direction preferences, and track margin.
- Explicit `SimpleRouteJson.buses` routing, with physical lane ordering, center-out routing, and neighbor-path attraction.
- Basic post-processing to compact collinear route points and collapse very short same-layer tunnels.

## What Is Not Implemented
Expand Down
2 changes: 1 addition & 1 deletion pkg-node/grid_router.js

Large diffs are not rendered by default.

Binary file modified pkg-node/grid_router_bg.wasm
Binary file not shown.
Loading
Loading