Registry / other / floattech-gg

floattech-gg

JSON →
library1.1.3gogounverified

Simple API for rendering 2D graphics in pure Go.

go get github.com/FloatTech/gg
INSTALL
IMPORT
SIG · FLOATTECH-GG
F
floattech-gg
othergov1.1.3
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/FloatTech/gg

Draw a circle and save as PNG.

package main import ( "github.com/FloatTech/gg" ) func main() { dc := gg.NewContext(100, 100) dc.DrawCircle(50, 50, 40) dc.SavePNG("circle.png") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
floattech-gg — go get floattech-gg · libregistry