Note the canvas API in the README

This commit is contained in:
Patrick Walton 2019-05-03 14:24:10 -07:00
parent 9de7d95d33
commit bd9850dc3b
1 changed files with 12 additions and 0 deletions

View File

@ -5,6 +5,18 @@ and OpenGL ES 3.0+.
Please note that Pathfinder is under heavy development and is incomplete in various areas. Please note that Pathfinder is under heavy development and is incomplete in various areas.
## Quick start
Pathfinder contains a library that implements a subset of the
[HTML canvas API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API). You can quickly add
vector rendering to any Rust app with it. See the `examples/canvas_minimal` for a small example of
usage.
This example app requires SDL 2; see the "Building" section below for information on getting it up
and running.
## Features
The project features: The project features:
* High quality antialiasing. Pathfinder can compute exact fractional trapezoidal area coverage on a * High quality antialiasing. Pathfinder can compute exact fractional trapezoidal area coverage on a