SimplePCB Designer

Started by Joe, January 14, 2014, 08:37:21 AM

Previous topic - Next topic

Joe

(Meant to post this here, sorry...)

Screenshot:


Code is here:
https://github.com/Mortis69/SimplePCB

Program isn't finished yet but getting fairly close. The drawing/editing works, but you can't really save anything yet except exporting Gerber files. Still researching how vias and drill files are made (could use some help there...) Some things will probably change but the groundwork is laid I think.

To run it you need a java compiler, type: "javac SimplePCB.java" then "java SimplePCB".

Suggestions/ideas welcome!