From 6e5cbaa4931084fcd8ae6a2f2618895b45a95d6b Mon Sep 17 00:00:00 2001 From: faiface Date: Sun, 23 Apr 2017 01:30:15 +0200 Subject: [PATCH] reorder features in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf88663..3ec05d9 100644 --- a/README.md +++ b/README.md @@ -71,13 +71,13 @@ ways.** This is not a 100% guarantee thought. [Matrix](https://github.com/faiface/pixel/wiki/Moving,-scaling-and-rotating-with-Matrix) - Moving, scaling, rotating - Easy camera implementation +- Off-screen drawing to Canvas or any other target (Batch, IMDraw, ...) - Fully garbage collected, no `Close` or `Dispose` methods - Full [Porter-Duff](http://ssp.impulsetrain.com/porterduff.html) composition, which enables - 2D lighting - Cutting holes into objects - Much more... - Pixel let's you draw stuff and do your job, it doesn't impose any particular style or paradigm -- Off-screen drawing to Canvas or any other target (Batch, IMDraw, ...) - Platform and backend independent [core](https://godoc.org/github.com/faiface/pixel) - Core Target/Triangles/Picture pattern makes it easy to create new drawing targets that do arbitrarily crazy stuff (e.g. graphical effects)