Common Lisp/External libraries/Vecto

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Vecto is a library for producing graphics programmatically, in PNG format, and typically on the fly. It is a simplified interface to CL-VECTORS, a vector rasterization library. It is very portable and should work in any Common Lisp environment. This kind of program could be used to trivially create a captcha generator or mathematical function plotter like Gnuplot or even more complicated visualization.

Further Reading[edit | edit source]

Other Graphics Libraries[edit | edit source]

Vecto is certainly not the only library for this purpose. You might also want to check out: