https://github.com/stefansalewski/ruby-pcb-router
Topological Rubberband Autorouter for Printed Circuit Boards
https://github.com/stefansalewski/ruby-pcb-router
Last synced: 4 months ago
JSON representation
Topological Rubberband Autorouter for Printed Circuit Boards
- Host: GitHub
- URL: https://github.com/stefansalewski/ruby-pcb-router
- Owner: StefanSalewski
- Created: 2016-01-01T21:41:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-02T22:16:28.000Z (almost 10 years ago)
- Last Synced: 2025-05-13T03:47:36.900Z (5 months ago)
- Language: Ruby
- Size: 64.5 KB
- Stars: 17
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ruby-PCB-Router
Topological Rubberband Autorouter for Printed Circuit BoardsThis is an autorouter for Printed Circuit Boards using
a topological algorithm with rubberband traces. The code is
written in Ruby and not too difficult, the basic ideas of
this router are documented in the PHD thesis of Tal Dayan.For pictures and some basic documentation you may visit my
hompage at http://ssalewski.de/Router.html.enThere you also can find a tar archive of the code including
some necessary Ruby glue code for CGAL and BOOST library.The code works not bad already, but to make it really useful
some work is still needed.