From 3a883ccdfdcf5710ee8b88b7e0dd2dcbdce2fb9c Mon Sep 17 00:00:00 2001 From: awdriggs Date: Wed, 6 Mar 2024 13:53:27 -0500 Subject: [PATCH] add processing2hpgl library (#57) * added new processing library * update link and language a little --------- Co-authored-by: Brian Boucheron --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 77c2d4d..86793d7 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ HPGL is a serial/text-based protocol used by most old pen plotters, and even man - [HPGL Viewer](https://github.com/drskullster/HPGLViewer) - An HPGL Viewer using JavaScript and HTML5 canvas. - [HPGL Sender](https://github.com/LgHS/hpgl-sender) - A web interface for previewing HPGL and sending it to your plotter. - [HPGLGraphics](https://github.com/ciaron/HPGLGraphics) - A Processing library for writing HPGL files. +- [processing2hpgl](https://github.com/awdriggs/processing2hpgl) - A Processing library that allows for direct communication with HPGL pen plotters from within a Processing sketch. ### G-code