Mikolaj Wielgus
|
af9cbeba61
|
router: don't assume start dot to have a net
|
2024-05-29 16:52:30 +02:00 |
Mikolaj Wielgus
|
1c09483873
|
autorouter: implement simple undo (untested, not in GUI yet)
|
2024-05-14 14:22:47 +02:00 |
Mikolaj Wielgus
|
9ac4c780b5
|
router: store origin and target in navmesh
|
2024-05-10 19:54:03 +02:00 |
Mikolaj Wielgus
|
83f3245e55
|
router: exclude same-net nodes from navmesh (except for start and stop)
|
2024-05-10 01:25:00 +02:00 |
Mikolaj Wielgus
|
91f9466d74
|
autorouter,router: route only single layer at a time
It makes no sense to route multiple layers at once until we implement
automatic via placement, which is going to take a lot of time.
|
2024-05-07 20:06:54 +02:00 |
Mikolaj Wielgus
|
5ce35a5357
|
overlay: make ratlines between centers of pads instead of teir dots
|
2024-04-23 00:56:20 +02:00 |
Mikolaj Wielgus
|
8d59242f3f
|
overlay,egui: impl. incomplete ratsnest generation and drawing
For now only doing Delaunay triangulation, then applying minimum
spanning tree (without properly working edge ordering yet).
|
2024-04-21 19:51:47 +02:00 |
Mikolaj Wielgus
|
47b8616a40
|
triangulation: move out and make independent of layout and drawing
|
2024-04-20 14:50:17 +02:00 |
Mikolaj Wielgus
|
51c6eeea1f
|
router: rename "mesh" to "navmesh"
Clearer name. There will be more kinds of meshes (e.g. the ratsnest).
|
2024-04-20 14:12:31 +02:00 |