reorder features in readme
This commit is contained in:
parent
9e150a7a1b
commit
6e5cbaa493
|
@ -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)
|
[Matrix](https://github.com/faiface/pixel/wiki/Moving,-scaling-and-rotating-with-Matrix)
|
||||||
- Moving, scaling, rotating
|
- Moving, scaling, rotating
|
||||||
- Easy camera implementation
|
- Easy camera implementation
|
||||||
|
- Off-screen drawing to Canvas or any other target (Batch, IMDraw, ...)
|
||||||
- Fully garbage collected, no `Close` or `Dispose` methods
|
- Fully garbage collected, no `Close` or `Dispose` methods
|
||||||
- Full [Porter-Duff](http://ssp.impulsetrain.com/porterduff.html) composition, which enables
|
- Full [Porter-Duff](http://ssp.impulsetrain.com/porterduff.html) composition, which enables
|
||||||
- 2D lighting
|
- 2D lighting
|
||||||
- Cutting holes into objects
|
- Cutting holes into objects
|
||||||
- Much more...
|
- Much more...
|
||||||
- Pixel let's you draw stuff and do your job, it doesn't impose any particular style or paradigm
|
- 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)
|
- 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
|
- Core Target/Triangles/Picture pattern makes it easy to create new drawing targets that do
|
||||||
arbitrarily crazy stuff (e.g. graphical effects)
|
arbitrarily crazy stuff (e.g. graphical effects)
|
||||||
|
|
Loading…
Reference in New Issue