Update readme.
This commit is contained in:
parent
7ff64d0ec8
commit
a4a3e3a728
1 changed files with 11 additions and 6 deletions
17
README.md
17
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.
|
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!
|
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
|
## Testing
|
||||||
|
|
||||||
`nimble test`
|
`nimble test`
|
||||||
|
|
Loading…
Reference in a new issue