go-opengl-pixel/doc.go

8 lines
361 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.
//
2017-04-21 09:57:36 -05:00
// It specifies the core Target, Triangles, Picture pattern and implements standard elements, such
2017-04-21 10:01:46 -05:00
// as Sprite, Batch, Vec, Matrix and RGBA in addition to the basic Triangles and Picture
2017-04-21 09:57:36 -05:00
// implementations: TrianglesData and PictureData.
2017-04-21 09:57:08 -05:00
package pixel