Add d3-hpgl

This commit is contained in:
Julian Burgess
2018-07-10 14:33:25 +01:00
committed by GitHub
parent ab97227c77
commit eb0670275f

View File

@@ -68,7 +68,7 @@ HPGL is a serial/text-based protocol used by most old pen plotters, and even man
* [djipco/hpgl](https://github.com/djipco/hpgl) A Node.js library to communicate with HPGL-compatible plotters and printers. * [djipco/hpgl](https://github.com/djipco/hpgl) A Node.js library to communicate with HPGL-compatible plotters and printers.
* [hp2xx](https://www.gnu.org/software/hp2xx/) GNU tool to convert HPGL into other vector and raster formats. Can also be used as a previewing in X11. * [hp2xx](https://www.gnu.org/software/hp2xx/) GNU tool to convert HPGL into other vector and raster formats. Can also be used as a previewing in X11.
* [vec](https://github.com/anachrocomputer/vec) Example C code for generating HPGL, with a turtle graphics interface. * [vec](https://github.com/anachrocomputer/vec) Example C code for generating HPGL, with a turtle graphics interface.
* [d3-hpgl](https://github.com/aubergene/d3-hpgl) - An adapter for the HTML Canvas API so you can output HPGL using the popular [D3](https://d3js.org/) library.
### G-code ### G-code
G-code is a text-based standard for controlling CNC machines. Though it was designed for industrial machines, its use in many hobbyist 3d printer firmwares has made it ubiquitous in small-scale DIY projects as well. G-code is a text-based standard for controlling CNC machines. Though it was designed for industrial machines, its use in many hobbyist 3d printer firmwares has made it ubiquitous in small-scale DIY projects as well.