Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xingrz/gerberviewer
View gerber files in your browser, and render them as SVG or PNG.
https://github.com/xingrz/gerberviewer
gerber gerber-files gerber-renderer
Last synced: 5 days ago
JSON representation
View gerber files in your browser, and render them as SVG or PNG.
- Host: GitHub
- URL: https://github.com/xingrz/gerberviewer
- Owner: xingrz
- License: apache-2.0
- Created: 2022-09-25T04:19:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T13:09:26.000Z (over 2 years ago)
- Last Synced: 2024-11-15T10:45:51.825Z (2 months ago)
- Topics: gerber, gerber-files, gerber-renderer
- Language: Vue
- Homepage: https://gerber.xingrz.me
- Size: 761 KB
- Stars: 66
- Watchers: 5
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[GerberViewer](https://gerber.xingrz.me) [![Auto deploy](https://github.com/xingrz/GerberViewer/actions/workflows/deploy.yml/badge.svg?branch=master)](https://github.com/xingrz/GerberViewer/actions/workflows/deploy.yml)
==========[![license][license-img]][license-url] [![issues][issues-img]][issues-url] [![commits][commits-img]][commits-url]
View gerber files in your browser, and render them as SVG or PNG.
![GerberViewer](screenshot.png)
## Features
* Output top/bottom layer with nice look, to SVG or hi-resolution PNG images
* Generate relief layers that can be used in 3D modeling
* Presets of solder mask colors## Develop
```sh
npm install
npm run dev
```## License
[Apache-2.0](LICENSE)
[license-img]: https://img.shields.io/github/license/xingrz/GerberViewer?style=flat-square
[license-url]: LICENSE
[issues-img]: https://img.shields.io/github/issues/xingrz/GerberViewer?style=flat-square
[issues-url]: https://github.com/xingrz/GerberViewer/issues
[commits-img]: https://img.shields.io/github/last-commit/xingrz/GerberViewer?style=flat-square
[commits-url]: https://github.com/xingrz/GerberViewer/commits/master