Registry / utility / llgcode-draw2d

llgcode-draw2d

JSON →
library0.0.0-20260422081035-c4331ac66734gogounverified

Draw2D is a pure Go 2D vector graphics library supporting multiple output devices including images, PDF, and OpenGL.

go get github.com/llgcode/draw2d
INSTALL
IMPORT
SIG · LLGCODE-DRAW2D
L
llgcode-draw2d
utilitygov0.0.0-20260422081035-c4331ac66734
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.

draw2d
github.com/llgcode/draw2d

Draw a line on an image

package main import ( "github.com/llgcode/draw2d/draw2dimg" ) func main() { dest := draw2dimg.NewDest(200, 200, draw2dimg.RGBA) gc := draw2dimg.NewGraphicContext(dest) gc.MoveTo(10, 10) gc.LineTo(100, 100) gc.Stroke() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260422081035-c4331ac66734latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
llgcode-draw2d — go get llgcode-draw2d · libregistry