6 lines
262 B
Go
6 lines
262 B
Go
|
// Package pixelgl implements efficient OpenGL targets and utilities for the Pixel game development
|
||
|
// library, specifically Window and Canvas.
|
||
|
//
|
||
|
// It also contains a few additional utilities to help extend Pixel with OpenGL graphical effects.
|
||
|
package pixelgl
|