topola/src
Mikolaj Wielgus c120a43d04 refactor(autorouter/presorter): Move some SCC code to new file 2025-09-25 16:42:00 +02:00
..
autorouter refactor(autorouter/presorter): Move some SCC code to new file 2025-09-25 16:42:00 +02:00
board feat(autorouter/ratsnest): Have ratlines across layers 2025-09-23 13:25:32 +02:00
drawing feat(drawing/query): Don't infringe or collide primitives on different layers 2025-09-22 01:27:08 +02:00
geometry feat(board/mod): Make it possible to iterate over nodes under pin name 2025-09-19 13:05:31 +02:00
interactor feat(topola-egui): Add progress bar for the currently routed ratline 2025-07-10 22:38:46 +02:00
layout feat(topola-egui): Show shape of infringee in addition to inflated infringer's 2025-09-21 20:22:20 +02:00
math refactor(geometry/geometry): Replace `NodeIndex<usize>` with just `usize` 2025-09-15 22:42:45 +02:00
router feat(topola-egui): Show shape of infringee in addition to inflated infringer's 2025-09-21 20:22:20 +02:00
specctra refactor(drawing/primitive): Rename Primitive<...> to PrimitiveRef<...> with its variants 2025-09-15 22:42:45 +02:00
bimapset.rs feat(autorouter/ratsnest): Have ratlines across layers 2025-09-23 13:25:32 +02:00
graph.rs refactor(geometry/geometry): Replace `NodeIndex<usize>` with just `usize` 2025-09-15 22:42:45 +02:00
lib.rs feat(board/mod): Make it possible to iterate over nodes under pin name 2025-09-19 13:05:31 +02:00
stepper.rs refactor(autorouter/autoroute): Move permutator to new file, `permutator.rs` 2025-09-05 12:33:15 +02:00
triangulation.rs fix(triangulation): Don't panic if constraint addition due to intersection 2025-09-24 11:09:27 +02:00