You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux and FreeBSD users can and should install SDL3 through their package manager. Rolling releases (like Archlinux) already have SDL3 in the repository and upcoming releases (like Debian 13 or Ubuntu 25.04) will have. The package manger also resolves required dependencies - a single libSDL3.so file wouldn't.
Windows users can simply grab the SDL3.dll from the releases page ( SDL3-3.2.4-win32-x64.zip).
To do a cross platform build from Mac, you need all the OS deps.
https://github.com/cogentcore/webgpu/tree/main/wgpu/lib solves it this way and it makes it so much easier for a dev to get going.
We could do a similar thing ?
The text was updated successfully, but these errors were encountered: