Voronoi Circuits: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Voronoi is an efficient isolation algorithm for circuits, one that requires less work to do to achieve a result. Disadvantages - software for voronoi patterns may not exist - does it?
Voronoi is an efficient isolation algorithm (can be applied to circuit routing), one that requires less work to do to make circuit connections on a copper clad board. Disadvantages - software for voronoi patterns may not exist - does it?


http://nerding.at/course/101/?p=1193
http://nerding.at/course/101/?p=1193


Another good picture: [https://www.google.com/search?q=voronoi+circuit&client=ubuntu&hs=rez&biw=1322&bih=763&tbm=isch&sxsrf=ALeKk010yhLiUJ8k_gGMsLzwQ14G15Ljsg:1586138104749&source=lnms&sa=X&ved=0ahUKEwjshbHy2NLoAhX8mHIEHfV3DisQ_AUIIygB#imgrc=_lCpNrEkBnThNM]
Another good picture: [https://www.google.com/search?q=voronoi+circuit&client=ubuntu&hs=rez&biw=1322&bih=763&tbm=isch&sxsrf=ALeKk010yhLiUJ8k_gGMsLzwQ14G15Ljsg:1586138104749&source=lnms&sa=X&ved=0ahUKEwjshbHy2NLoAhX8mHIEHfV3DisQ_AUIIygB#imgrc=_lCpNrEkBnThNM]
=Open Source Voronoi Toolpath Work=
*Sliptonic, aka Anders Wallin is doing it in FreeCAD - https://github.com/aewallin/openvoronoi - and http://www.anderswallin.net/category/cnc/cam/openvoronoi/

Latest revision as of 02:03, 6 April 2020

Voronoi is an efficient isolation algorithm (can be applied to circuit routing), one that requires less work to do to make circuit connections on a copper clad board. Disadvantages - software for voronoi patterns may not exist - does it?

http://nerding.at/course/101/?p=1193

Another good picture: [1]

Open Source Voronoi Toolpath Work