A simple class for drawing the libgerbv images using QPainter rather than the cairo library.
- gerbvQt - folder containing the class, one .h and one .cpp file
- example - example of usage
- LICENSE - GNU GPL v3 license
- README.md - this file
- Create the "build" folder (mkdir build)
- Go into it (cd build)
- cmake ../examples/
- make
- ./gerbvQtexample [any gerber file]
- The example will output to the build folder two files: test.png and cairo.png, which are generated using QPainter and cairo correspondingly.
See gerbvQt::drawMacroFlash(...) function for more info on these ones.
This project uses Qt, cairo and libgerbv. Links:
- Qt: https://www.qt.io/
- libgerbv: http://gerbv.geda-project.org/
- cairo: https://cairographics.org/