forked from une/hare-cairo
Cairo bindings for Hare
- Hare 85.5%
- Roff 14.4%
- Makefile 0.1%
Running the examples requires a couple of extra flags which are not entirely obvious. |
||
|---|---|---|
| cairo | ||
| arc.ha | ||
| arc_negative.ha | ||
| ball.ha | ||
| clip-image.ha | ||
| clip.ha | ||
| COPYING-LGPL-2.1 | ||
| COPYING-MPL-1.1 | ||
| curve_rectangle.ha | ||
| curve_to.ha | ||
| dash.ha | ||
| digital-clock.ha | ||
| ellipse.ha | ||
| fill_and_stroke.ha | ||
| fill_and_stroke2.ha | ||
| fill_style.ha | ||
| glyph_path.ha | ||
| gradient.ha | ||
| gradient_mask.ha | ||
| group.ha | ||
| hering.ha | ||
| Makefile | ||
| mesh-pattern-fold.ha | ||
| path.ha | ||
| README.md | ||
| set_line_cap.ha | ||
| set_line_join.ha | ||
| show_glyphs.ha | ||
| solarsys.ha | ||
| spiral.ha | ||
| text.ha | ||
| text_align_center.ha | ||
| text_extents.ha | ||
| unknown.ha | ||
| warpedtext.ha | ||
hare-cairo
hare-cairo is a Hare interface to the cairo 2D graphics library. It supports multiple output targets, including PNG, PDF and SVG.
hare-cairo is free software and is available to be redistributed and/or modified under the terms of either the GNU Lesser General Public License (LGPL) version 2.1 or the Mozilla Public License (MPL) version 1.1 at your option.
NOTE: hare-cairo is a work in progress. It currently requires Hare version 0.24.0.
Examples
Run examples with:
hare run $(pkg-config --libs-only-l --static harfbuzz-cairo) ./arc_negative.ha
Contributing
Use git send-email to send patches to [email protected],
or alternatively, create a Pull Request.