Registry / utility / coloured-glaze-gg

coloured-glaze-gg

JSON →
library1.3.6gogounverified

A simple API for rendering 2D graphics in pure Go, providing drawing primitives and image output.

go get github.com/Coloured-glaze/gg
INSTALL
IMPORT
SIG · COLOURED-GLAZE-GG
C
coloured-glaze-gg
utilitygov1.3.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gg
github.com/Coloured-glaze/gg

Draws a red circle and saves it as a PNG.

package main import ( "github.com/Coloured-glaze/gg" ) func main() { dc := gg.NewContext(100, 100) dc.SetRGB(1, 0, 0) dc.DrawCircle(50, 50, 40) dc.Fill() dc.SavePNG("circle.png") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
coloured-glaze-gg — go get coloured-glaze-gg · libregistry