A generic software graphics library.
Go to file
Sasha Koshka a0a4bac5e2 Should work with sub-images now 2023-07-05 04:08:22 -04:00
examples Should work with sub-images now 2023-07-05 04:08:22 -04:00
.gitignore Add example 2023-07-01 03:16:34 -04:00
LICENSE Initial commit 2023-07-01 02:58:45 -04:00
README.md Initial commit 2023-07-01 02:58:45 -04:00
ggfx.go Should work with sub-images now 2023-07-05 04:08:22 -04:00
go.mod Initial commit 2023-07-01 02:58:45 -04:00
line.go Should work with sub-images now 2023-07-05 04:08:22 -04:00
plot.go Should work with sub-images now 2023-07-05 04:08:22 -04:00
polygon.go Should work with sub-images now 2023-07-05 04:08:22 -04:00
rectangle.go Should work with sub-images now 2023-07-05 04:08:22 -04:00
shapes.go Move circle function out of example and into new file 2023-07-01 11:05:20 -04:00

README.md

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.