Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giovineitalia/compose.jl
Declarative vector graphics
https://github.com/giovineitalia/compose.jl
gadfly graphics hacktoberfest julia vector-graphics
Last synced: 3 days ago
JSON representation
Declarative vector graphics
- Host: GitHub
- URL: https://github.com/giovineitalia/compose.jl
- Owner: GiovineItalia
- License: other
- Created: 2012-08-20T03:22:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T16:41:25.000Z (11 months ago)
- Last Synced: 2025-01-13T18:52:10.198Z (5 days ago)
- Topics: gadfly, graphics, hacktoberfest, julia, vector-graphics
- Language: Julia
- Homepage: http://giovineitalia.github.io/Compose.jl/latest/
- Size: 3.64 MB
- Stars: 249
- Watchers: 16
- Forks: 81
- Open Issues: 59
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Compose!
[![][docs-latest-img]][docs-latest-url] [![][travis-img]][travis-url] [![][codecov-img]][codecov-url]
Compose is a vector graphics library for Julia.
It forms the basis for the statistical graphics system
[Gadfly](https://github.com/GiovineItalia/Gadfly.jl).## Synopsis
Unlike most vector graphics libraries, Compose is thoroughly declarative. Rather
than issue a sequence of drawing commands, graphics are formed by sticking
various things together and then letting the library figure out how to draw it.
The "things" in this case fall one of three types: Property, Form, and Canvas.
"Sticking together" is primary achieved with the `compose` function.The semantics of composition are fairly simple, and once grasped provide a
consistent and powerful means of building vector graphics.## Documentation
- [**LATEST**][docs-latest-url] — *in-development version of the documentation.*
[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
[docs-latest-url]: https://giovineitalia.github.io/Compose.jl/latest[travis-img]: http://img.shields.io/travis/GiovineItalia/Compose.jl.svg
[travis-url]: https://travis-ci.org/GiovineItalia/Compose.jl
[codecov-img]: https://codecov.io/gh/GiovineItalia/Compose.jl/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/GiovineItalia/Compose.jl