32-bit Windows builds of SDL3?

Are there any published builds of SDL3 DLLs for 32-bit Windows?

Basically, what GitHub - mmozeiko/build-sdl3: Automatic build of SDL3 libraries for Windows does, except 32-bit.

I’m eager to use the new callback interface but not to deal with C build scripts. :slight_smile:

Biting the bullet: GitHub - JBetz/build-sdl3-win32: Automatic build of SDL3 libraries for 32-bit Windows

The standard MINGW32 has SDL packages, e.g. mingw-w64-i686-SDL2 version 2.30.5-1 is presently installed on my machine.

Joe’s question was about SDL 3.

Looks like the plan is to have official mingw archives even for SDL 3 (unclear if that includes both 32 and 64 bit) but since there has been no official SDL 3 release yet (other than the “prerelease” that seems to have been removed) it’s not available yet.

For the time being, while SDL 3 is in heavy development, it seems like building it ourself is the most reliable option.

1 Like