diff --git a/pixelgl/doc.go b/pixelgl/doc.go new file mode 100644 index 0000000000000000000000000000000000000000..c8acbbc366f6691e4b21ea1186f0fd87a071c0a8 --- /dev/null +++ b/pixelgl/doc.go @@ -0,0 +1,5 @@ +// 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