raqote 0.1.2

2D graphics library
Documentation

A pure Rust 2D Graphics Library.

Build Status Crates.io

Raqote aims to be a small, simple, fast software 2D graphics library with roughly the same capabilities as the cairo image backend.

Current functionality

  • path filling
  • stroking
  • dashing
  • image, solid, and gradient fills
  • rectangular and path clipping

Planned functionality

  • layers
  • blend modes
  • perspective image drawing