A generic software graphics library.
Go to file
2023-07-01 03:16:34 -04:00
examples/glaggle Add example 2023-07-01 03:16:34 -04:00
.gitignore Add example 2023-07-01 03:16:34 -04:00
ggfx.go Initial commit 2023-07-01 02:58:45 -04:00
go.mod Initial commit 2023-07-01 02:58:45 -04:00
LICENSE Initial commit 2023-07-01 02:58:45 -04:00
line.go Initial commit 2023-07-01 02:58:45 -04:00
plot.go Initial commit 2023-07-01 02:58:45 -04:00
polygon.go Initial commit 2023-07-01 02:58:45 -04:00
README.md Initial commit 2023-07-01 02:58:45 -04:00
rectangle.go Initial commit 2023-07-01 02:58:45 -04:00

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.