Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Tags: elgopher/pixiq

Tags

v0.12.0

Toggle v0.12.0's commit message
Rename module to github.com/elgopher/pixiq

Recently Github user name jacekolszak was changed to elgopher. Change the Go module accordingly. From `github.com/jacekolszak/pixiq` to `github.com/elgopher/pixiq`

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove loop package (#121)

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix issue with running glClear outside the image on Mac Intel Iris GPU (

#115)

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add mouse support (#107)

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix blend corner cases (#104)

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add GL blender (#100)

* Add GL blender
* Add Width() and Height() to AcceleratedImage
* Add test verifying if Modify overrides pixels modified in RAM
* Disable checkptr in tests
* Add usage to FloatVertexBuffer
* Make Color pre-multiplied

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
gl.Finish() before drawing image in a window (#94)

Solves #93

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Optimize image download (#89)

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add clear and glclear tools (#88)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Typo