Skip to content

Tags: veandco/go-sdl2

Tags

v0.4.40

Toggle v0.4.40's commit message

Verified

This commit was signed with the committer’s verified signature.
gfx: Fix pkg-config name which should be SDL2_gfx instead of sdl2_gfx

Signed-off-by: Lilis Iskandar <[email protected]>

v0.4.39

Toggle v0.4.39's commit message

Verified

This commit was signed with the committer’s verified signature.
gfx: Update pkg-config to use sdl2_gfx instead of sdl2

Signed-off-by: Lilis Iskandar <[email protected]>

v0.5.0-alpha.6

Toggle v0.5.0-alpha.6's commit message

Verified

This commit was signed with the committer’s verified signature.
.github/workflows: Update test-build.yml to use SDL2 2.30.0

Signed-off-by: Lilis Iskandar <[email protected]>

v0.5.0-alpha.5

Toggle v0.5.0-alpha.5's commit message

Verified

This commit was signed with the committer’s verified signature.
img: add LoadSizedSVGRW() and custom LoadSizedSVG() functions

Signed-off-by: Lilis Iskandar <[email protected]>

v0.4.38

Toggle v0.4.38's commit message

Verified

This commit was signed with the committer’s verified signature.
Backport commit 62457e6 sdl: add missing HINT_VIDEODRIVER hint (#588)

Signed-off-by: Lilis Iskandar <[email protected]>

v0.4.37

Toggle v0.4.37's commit message

Verified

This commit was signed with the committer’s verified signature.
sdl/audio: fix AudioStream.Available() returning error instead of int

Signed-off-by: Lilis Iskandar <[email protected]>

v0.4.36

Toggle v0.4.36's commit message

Verified

This commit was signed with the committer’s verified signature.
Align colors in SDL package to Go specification (#581)

* sdl/surface: handle colors correctly in Surface.Set method

* sdl/pixels: fix color models

* sdl/surface: handle RGBA correctly in Surface.At method

* sdl/pixels: make sdl.Color be of type color.NRGBA

* sdl/struct_test: fix compilation issue in sdl package

* sdl/pixels: improve binary upscale/downscale precision

v0.4.35

Toggle v0.4.35's commit message

Verified

This commit was signed with the committer’s verified signature.
sdl: handle adaptive vsync (-1) in GLGetSwapInterval (#568)

v0.4.34

Toggle v0.4.34's commit message

Verified

This commit was signed with the committer’s verified signature.
Fix `go get -u` failing when GONOPROXY or GONOSUMDB is set

This is done by renaming .go-sdl2-libs to _libs.

Signed-off-by: Lilis Iskandar <[email protected]>

v0.4.33

Toggle v0.4.33's commit message

Verified

This commit was signed with the committer’s verified signature.
Update README.md with instructions on building static executable for …

…macOS M1 inside a Linux container

Signed-off-by: Lilis Iskandar <[email protected]>