topola/src
Mikolaj Wielgus 987a4c6e9e fix: Flip by X instead of rotating by 180 degrees
Obviously -- flip is undone by a flip, not a rotation. This corrects the
previous commit.
2025-08-11 21:15:40 +02:00
..
autorouter refactor(autorouter/autoroute): Store vecs of edits instead of large edits 2025-08-10 11:30:50 +02:00
board feat(board/edit): Edit structures should implement Default trait 2025-08-09 22:44:33 +02:00
drawing feat(router/draw): Try to add canes before trying to squeeze them through 2025-08-09 21:08:10 +02:00
geometry refactor: Add method to join iterable of edits into one edit 2025-08-09 22:55:45 +02:00
interactor feat(topola-egui): Add progress bar for the currently routed ratline 2025-07-10 22:38:46 +02:00
layout feat(router/draw): Try to add canes before trying to squeeze them through 2025-08-09 21:08:10 +02:00
math fix(math/line): Fix offset of 'orthogonal_through' (which didn't match with the 'intersects' sign) 2025-06-30 15:26:08 +02:00
router feat(router/draw): Try to add canes before trying to squeeze them through 2025-08-09 21:08:10 +02:00
specctra fix: Flip by X instead of rotating by 180 degrees 2025-08-11 21:15:40 +02:00
graph.rs feat(geometry/geometry): Add convenience GetPetgraphIndex impls 2025-05-17 02:43:19 +02:00
lib.rs feat(router/ng/router): Implementation of the topological router 2025-06-27 15:15:24 +02:00
stepper.rs feat(autorouter/autoroute): Make it possible to abort autoroute stepper 2025-07-17 12:50:51 +02:00
triangulation.rs feat(router/navmesh): Add constraint edges for loose segs 2025-07-09 14:55:40 +02:00