From bd9850dc3ba7473cf1018a1257a2b196c0659c3f Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Fri, 3 May 2019 14:24:10 -0700 Subject: [PATCH] Note the canvas API in the README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 9cd3044f..08de93a3 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,18 @@ and OpenGL ES 3.0+. 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: * High quality antialiasing. Pathfinder can compute exact fractional trapezoidal area coverage on a