Hacker News new | ask | show | jobs
by severak_cz 85 days ago
Well turtle graphics is not implemented in drawvg. But it should be easy to implement it.
1 comments

SVG path syntax [1] mentioned as being an inspiration in the article is very similar to Turtle graphics (move, lineto, etc.)

[1] https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/E...

Very many vector graphics standards use the idea of a current position. A distinguishing feature of turtle graphics is to have a current direction as well.

It's a shame SVG doesn't. Many shapes can be specified much more concisely.

plotter languages have the same concept.
Which ones? I've just skimmed through docs for HP-GL, DMPL and Gerber, but I can't see anything.