A generic software graphics library.
examples | ||
.gitignore | ||
ggfx.go | ||
go.mod | ||
LICENSE | ||
line.go | ||
plot.go | ||
polygon.go | ||
README.md | ||
rectangle.go | ||
shapes.go |
ggfx
GGFX is a generic software graphics library that can operate on arrays of pixels, regardless of what type the pixels are. As such, it does not deal with alpha values or blending.