Parse Gerber RS-274X and Excellon NC drill files in Java. Renders photorealistic PCB views with proper layer stacking (copper, soldermask, silkscreen, drill holes). Includes an interactive web viewer with pan/zoom. Works with KiCad, Altium, EAGLE, and Allegro output.
Stars
5
Forks
0
Watchers
5
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
43
commits
Add link to hosted gerber viewer on deltaproto.com
a3b05f6View on GitHubSet version to 1.1.1-SNAPSHOT for development iteration
6597d70View on GitHub1. getIndexHtml() is now public static — can be called directly by dp-3 without reflection
2d9bd67View on GitHubSet version to 1.0.9-SNAPSHOT for development iteration
47ca531View on GitHubUpdate GerberViewerServer to match the style of DeltaProto. Add an example render button to load an arduino uno example project. Update screenshots to reflect the visual update.
75b0327View on GitHubSet version to 1.0.8-SNAPSHOT for development iteration
c94d0fbView on GitHub- Select all checkbox with tri-state (all/some/none)
31721dbView on GitHub1. Added .gm to outline detection — the regex now matches .gm, .gm1, .gm2, etc. (Altium's mechanical layers)
4f5a9e4View on GitHubAdd support for deprecated Gerber commands, Step and Repeat, and non-standard formats
c50685bView on GitHubFix realistic view viewBox to use outline bounds instead of global bounds
ca308deView on GitHub