A generic software graphics library.
Go to file
2023-07-01 11:05:20 -04:00
examples/glaggle Move circle function out of example and into new file 2023-07-01 11:05:20 -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 Fix stretched shapes 2023-07-01 03:18:31 -04:00
polygon.go Add a PolyLine function 2023-07-01 11:01:51 -04:00
README.md Initial commit 2023-07-01 02:58:45 -04:00
rectangle.go Fix stretched shapes 2023-07-01 03:18:31 -04:00
shapes.go Move circle function out of example and into new file 2023-07-01 11:05:20 -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.