JRodrigoTech / svgerber

DEPRECATED - use tracespace viewer instead

Home Page:http://viewer.tracespace.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

svgerber (deprecated!)

David David

svgerber has been deprecated and is no longer maintained. Please try tracespace viewer for all your web-based Gerber viewing needs.

what?

svgerber is a browser based Gerber/drill file to SVG converter. Everything is converted locally (nothing gets sent to any server) using the gerber-to-svg node package.

Given at least a top or bottom copper layer, it will render what your board is going to look like. Regardless, it will also render each individual layer separately.

Right now, it's able to convert most Gerber and drill files I can find. If you try it out with a file and get errors, let me know in the issues.

why?

It's a quick and easy way to visualize your board designs. Plus, you can download the SVGs and send them to all your friends. They'll be impressed.

how?

Go to svgerber.cousins.io.

local dev server

This project uses gulp to build and serve the app.

  1. $ npm install # install dev and app dependencies
  2. $ gulp # start the server / file watcher / live reload server
  3. Your browser should surf to http://localhost:8000 automatically

About

DEPRECATED - use tracespace viewer instead

http://viewer.tracespace.io

License:Other


Languages

Language:CoffeeScript 72.5%Language:CSS 14.9%Language:HTML 12.6%