go-opengl-pixel/doc.go

8 lines
358 B
Go
Raw Normal View History

2017-04-21 09:57:08 -05:00
// 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