An open API service indexing awesome lists of open source software.

https://github.com/juliagraphics/cairo.jl

Bindings to the Cairo graphics library.
https://github.com/juliagraphics/cairo.jl

Last synced: 8 months ago
JSON representation

Bindings to the Cairo graphics library.

Awesome Lists containing this project

README

          

[![Build Status](https://github.com/JuliaGraphics/Cairo.jl/workflows/CI/badge.svg)](https://github.com/JuliaGraphics/Cairo.jl/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/JuliaGraphics/Cairo.jl/branch/master/graph/badge.svg?token=3StavIHX8q)](https://codecov.io/gh/JuliaGraphics/Cairo.jl)

## Bindings to the Cairo graphics library ##

Adaptation to [Cairo](https://www.cairographics.org/), a 2D graphics library with support for multiple output devices.

Some of the functions implemented by this wrapper may be documented in [Graphics.jl](https://juliagraphics.github.io/Graphics.jl/stable/).

There is an extensive set of [examples](samples/Samples.md).