From 497df7842b334d1742f5e6e2ae3e9f291b5a5052 Mon Sep 17 00:00:00 2001 From: faiface Date: Fri, 21 Apr 2017 16:57:08 +0200 Subject: [PATCH] add pixel doc --- doc.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc.go diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..f1b95e5 --- /dev/null +++ b/doc.go @@ -0,0 +1,7 @@ +// Package pixel implements platform and backend agnostic core of the Pixel game development +// library. +// +// It contains the core Target, Triangles, Picture pattern and implements standard elements, such as +// Sprite, Batch, Vec, Rect and RGBA in addition to the basic Triangles and Picture implementations: +// TrianglesData and PictureData. +package pixel