Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rustvis/jiao
- Owner: RustVis
- License: lgpl-3.0
- Created: 2022-01-14T06:32:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T10:32:13.000Z (5 months ago)
- Last Synced: 2025-01-15T13:11:20.715Z (2 days ago)
- Topics: 2d, canvas, graphics, paiting
- Language: Rust
- Homepage:
- Size: 1.26 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.