9 releases

0.3.5 Feb 21, 2023
0.3.4 Feb 14, 2023
0.2.1 Feb 1, 2023
0.1.2 May 19, 2022
0.1.1 Apr 20, 2022

#34 in Rendering

Download history 4/week @ 2022-12-05 4/week @ 2022-12-12 2/week @ 2022-12-26 1/week @ 2023-01-02 1/week @ 2023-01-16 4/week @ 2023-01-23 110/week @ 2023-01-30 51/week @ 2023-02-06 68/week @ 2023-02-13 81/week @ 2023-02-20 9/week @ 2023-02-27 18/week @ 2023-03-06 11/week @ 2023-03-13

138 downloads per month
Used in 6 crates

Apache-2.0

410KB
9K SLoC

About

Build status Latest version Documentation Minimum rustc version License

Jiao is a cross platform 2D painting engine.

Currently these bindings are supported:

  • cairo (and gtk)
  • skia (via rust-skia crate)
  • Qt
  • web canvas (wasm)
  • piet, An abstraction for 2D graphics.
  • raquote, Rust 2D graphics library

License

This crate is released under Apache-2.0 license.


lib.rs:

Jiao is a cross platform 2D painting engine.

Currently these bindings are supported:

  • cairo (and gtk)
  • skia (via rust-skia crate)
  • Qt
  • web canvas (wasm)

Usage

Add this to Cargo.toml:

[dependencies]
jiao = "0.3"

Dependencies

~0.9–1.4MB
~34K SLoC