Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wmannis/cl-svg
Produce Scalable Vector Graphics files with Common Lisp
https://github.com/wmannis/cl-svg
common-lisp svg
Last synced: 25 days ago
JSON representation
Produce Scalable Vector Graphics files with Common Lisp
- Host: GitHub
- URL: https://github.com/wmannis/cl-svg
- Owner: wmannis
- Created: 2015-03-25T22:38:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T03:23:15.000Z (about 1 year ago)
- Last Synced: 2024-08-05T01:10:59.341Z (4 months ago)
- Topics: common-lisp, svg
- Language: Common Lisp
- Homepage:
- Size: 179 KB
- Stars: 40
- Watchers: 8
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
Awesome Lists containing this project
- awesome-cl - cl-svg - A basic library for producing SVG files. [Expat][14]. (Miscellaneous ##)
README
# cl-svg
Produce Scalable Vector Graphics files with Common LispThis is a basic library for producing SVG files. It makes
simple things easy (well, easier), but makes no attempt
to offer the full freedom of SVG, for which you'd be better
off using an XML library.You can download this library with Quicklisp.
See `docs/API.md` for how to use this library.
The file `testing.lisp` has a collection of not very well
documented examples.Unit tests are located in the `test/` directory and
can by run with `(asdf:test-system :cl-svg)`.![Flying Noodles](https://github.com/wmannis/cl-svg/blob/master/docs/teenyroots.png)