Skip to content

Tags: go-p5/p5

Tags

v0.14.0

Toggle v0.14.0's commit message
p5: better handling of closed paths

Detect shapes that are expected to be closed paths and properly close
the Gio path.
This fixes not quite closed paths because of float32 rounding errors.

Fixes #63.

Signed-off-by: Sebastien Binet <[email protected]>

v0.13.0

Toggle v0.13.0's commit message
ci: bump to Go-1.17, bump [email protected]

v0.12.0

Toggle v0.12.0's commit message
p5: hack for TestCurve

On GitHub Actions CI, Gio (actually, libGL) falls back on using s/w renderer.
The output doesn't look much like the GPU-based one for TestCurve.
Workaround this by increasing the img-diff delta.

v0.11.0

Toggle v0.11.0's commit message
example/anim-image: use embed directive

v0.10.1

Toggle v0.10.1's commit message
example/anim-image: use net/http to fetch Gopher image

v0.10.0

Toggle v0.10.0's commit message
example/emfield: first import

v0.9.0

Toggle v0.9.0's commit message
example/anim-image: first import

v0.8.0

Toggle v0.8.0's commit message
p5: bump Gio

Signed-off-by: Sebastien Binet <[email protected]>

v0.7.0

Toggle v0.7.0's commit message
p5: add Matrix context

v0.6.0

Toggle v0.6.0's commit message
p5: enable gproc testing