Add gogpu/gg to Images (#6121)

This commit is contained in:
Andrey Kolkov 2026-03-16 21:43:45 +03:00 committed by GitHub
parent a0ca297a2d
commit 5b78cceacb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1460,6 +1460,7 @@ _Libraries for manipulating images._
- [darkroom](https://github.com/gojek/darkroom) - An image proxy with changeable storage backends and image processing engines with focus on speed and resiliency.
- [geopattern](https://github.com/pravj/geopattern) - Create beautiful generative image patterns from a string.
- [gg](https://github.com/fogleman/gg) - 2D rendering in pure Go.
- [gogpu/gg](https://github.com/gogpu/gg) - GPU-accelerated 2D rendering with Canvas-like API, zero CGO (part of [GoGPU](https://github.com/gogpu) pure Go graphics ecosystem).
- [gift](https://github.com/disintegration/gift) - Package of image processing filters.
- [gltf](https://github.com/qmuntal/gltf) - Efficient and robust glTF 2.0 reader, writer and validator.
- [go-cairo](https://github.com/ungerik/go-cairo) - Go binding for the cairo graphics library.