PCB topology routing
Go to file
Mikolaj Wielgus 961fc02678 primitive: Move `.core()` to a trait only implemented by bends 2023-11-05 13:25:28 +00:00
assets readme: Add interactive routing and mesh visualization animations 2023-10-31 09:20:24 +00:00
src primitive: Move `.core()` to a trait only implemented by bends 2023-11-05 13:25:28 +00:00
vendor/contracts contracts: Put contract-bound function body in a `try` block if needed 2023-10-29 15:24:41 +00:00
.gitignore Initial commit 2023-07-12 01:01:25 +02:00
Cargo.toml draw: Use `enum_dispatch` to dynamically dispatch `Head` 2023-09-17 16:54:23 +02:00
LICENSE Initial commit 2023-07-12 01:01:25 +02:00
README.md readme: Add interactive routing and mesh visualization animations 2023-10-31 09:20:24 +00:00

README.md

Topola

Topological router in Rust.

Animation. There's a rubber band-like trace following cursor, navigating a very simple maze. The maze and the trace are red, the background is solid black but also very slightly white and dark blue

Animation showing a trace, behaving like a rubber band, routed around obstacles step by step. Attempted alternative paths and a guiding mesh are shown.

Animation. There are two upward barriers, with some space between tem, around which four rubberband traces, one over another, are wrapped. Enter mouse cursor. The cursor begins to stretch the left barrier to the right. As it's stretched, the traces cease to be wrapped around the right barrier, becoming "free". The traces and the barrier are two-dimensional and all solid red. The background is black but also very slightly white and blue.

This animation shows four traces wrapped around a vertical barrier like rubberbands. Computercursor appears and starts dragging the barrier's top end left and right, up and down, elasticallystretching the barrier and having the traces continue being wrapped on the barrier regardless ofits position. The traces and the barrier are all solid red. The background is black but also veryslightly white and blue.

Animation. There is an upward barrier in the middle and dots on the left and right of it, four each. A trace is drawn from the leftmost dot on the left to the rightmost dot on the right. Then a trace is drawn from the second leftmost dot on the left to the second rightmost dot on the right, displacing the previous trace so that there's space for the new one. Same happens for the remaining dots. The dots, traces and barrier are all solid red. The background is black but also very slightly white and blue.

Animation showing three red-colored traces pass around a barrier. Trace bends are not aligned to a grid unlike most PCB layouts these days (this is called "topological routing"). The traces and the barrier are all solid red. The background is black but also veryslightly white and blue.

Animation showing a trace zigzagging around two barriers. The trace and the barriers are all solid red. The background is black but also very slightly white and blue.