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 |
Mikolaj Wielgus
|
014aa018a9
|
router: constructor should return an already prepared mesh
|
2024-04-20 14:02:52 +02:00 |
Mikolaj Wielgus
|
fba86ceccd
|
router: operate on `Layout`, not `Drawing`
|
2024-04-20 00:31:20 +02:00 |
Mikolaj Wielgus
|
94c88a51f8
|
router: impl. more traits for triangulation to allow more algorithms
|
2024-04-19 14:39:50 +02:00 |
Mikolaj Wielgus
|
43f1248a76
|
geometry: have a common `Shape` object for both primitives and compounds
|
2024-04-18 15:41:01 +02:00 |
Mikolaj Wielgus
|
df23ea8398
|
router: move top-level files to own `router` module
|
2024-04-14 20:25:01 +00:00 |