Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rustvis/jiao

Jiao is a cross platform 2D graphics library for Rust.
https://github.com/rustvis/jiao

2d canvas graphics paiting

Last synced: about 5 hours ago
JSON representation

Jiao is a cross platform 2D graphics library for Rust.

Awesome Lists containing this project

README

        

# About
![Build status](https://github.com/RustVis/jiao/actions/workflows/rust.yml/badge.svg)
[![Latest version](https://img.shields.io/crates/v/jiao.svg)](https://crates.io/crates/jiao)
[![Documentation](https://docs.rs/jiao/badge.svg)](https://docs.rs/jiao)
![Minimum rustc version](https://img.shields.io/badge/rustc-1.56+-yellow.svg)
![License](https://img.shields.io/crates/l/jiao.svg)

Jiao is a cross platform 2D vector graphics library.

- [Documentation](https://docs.rs/jiao)
- [Release notes](https://github.com/RustVis/jiao/releases)

## Related Projects
- [skia](https://github.com/google/skia)
- [tiny-skia](https://github.com/RazrFalcon/tiny-skia)
- [piet](https://github.com/linebender/piet), An abstraction for 2D graphics.
- [raquote](https://github.com/jrmuizel/raqote), Rust 2D graphics library
- [Pathfinder 3](https://github.com/servo/pathfinder), A fast, practical GPU rasterizer for fonts and vector graphics
- [WebRender](https://github.com/servo/webrender), A GPU-based renderer for the web
- [Vello](https://github.com/linebender/vello), An experimental GPU compute-centric 2D renderer.
- [Spinel](https://fuchsia.googlesource.com/fuchsia/+/refs/heads/master/src/graphics/lib/compute/spinel/), Spinel is a high-performance GPU-accelerated vector graphics, compositing and image processing pipeline for Vulkan 1.2 GPUs.

## License
This crate is released under [LGPL-3.0](LICENSE) license.