Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 294 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 294 Bytes

QGCodeViewer

Qt5 QtDesigner widget and library, which encapsulates QGLViewer with g2m canon functions to render gcode in openGL

To use on Linux / Mac clone and build with:

git clone https://github.com/ArcEye/QGCodeViewer.git
cd QGCodeViewer
qmake -makefile
make
sudo make install