From ee74866587a35be6a2596067c60e9901e7bf76e5 Mon Sep 17 00:00:00 2001 From: faiface Date: Sat, 22 Apr 2017 23:44:17 +0200 Subject: [PATCH] clarify readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c782e9..6482105 100644 --- a/README.md +++ b/README.md @@ -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