add pixel doc

This commit is contained in:
faiface 2017-04-21 16:57:08 +02:00
parent a403cfe50b
commit 497df7842b
1 changed files with 7 additions and 0 deletions

7
doc.go Normal file
View File

@ -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