< Common Lisp < External libraries

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

Other Graphics Libraries

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

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.