From a4a3e3a728238b9830c89a53c7299a8e811bc1a0 Mon Sep 17 00:00:00 2001 From: treeform Date: Sat, 13 Feb 2021 20:14:16 -0800 Subject: [PATCH] Update readme. --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 488386f..88d3ab4 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,19 @@ Pixie is a 2D graphics library similar to [Cairo](https://www.cairographics.org/) and [Skia](https://skia.org) written (almost) entirely in Nim. -Features include: -* Drawing paths, shapes and curves -* Complex masking -* Shadows, glows and effects -* Loading image file formats (PNG, BMP, JPG, SVG + more in development) - This library is being actively developed and is not yet ready for use. Since you've managed to stumble onto it, give it a star and check back soon! +`nimble install pixie` + +Features: +* Drawing paths, shapes and curves, with even-odd and non-zero windings. +* Strokes with joins and caps. +* Shadows, glows and blurs. +* Complex masking: Subtract, Intersect, Exclude. +* Complex blends: Darken, Multiply, Color Dodge, Hue, Luminosity... etc. +* Pixel perfect AA quality. +* Supported file formats: PNG, BMP, JPG, SVG + more in development. + ## Testing `nimble test`