clarify readme

This commit is contained in:
faiface 2017-04-22 23:44:17 +02:00
parent 56e5dcf593
commit c2c106d34d
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ ways.** This is not a 100% guarantee thought.
- 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
- 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)
- Small codebase, ~5K lines of code, together with the backend