-
testapp.c , line 650, createRenderer() flag parameter has been removed in SDL3
-
Followup my comment in https://github.com/libsdl-org/SDL/pull/8951#issuecomment-1925672363.
"
Would it be possible for SDL to maintain a variant of SDL_RenderGeometryRaw() that took packed colors …
-
SDL 3 is the next major version of libsdl, the platform abstraction library used by Yamagi Quake II and many other games. It brings many improvements above SDL 2, but with an incompatible API. While Y…
-
Some info:
- Clang version: 17.0.6
- SDL version: 3.1.2 (*both compiled and linked*)
- I have tried running with `SDL_VIDEODRIVER` set to both `wayland` and `x11`
I have a small skeleton program…
-
> > Maybe we change SDL_Surface to permit multiple planes/pitches?
>
> I think we need to do this for SDL3, to clearly represent YUV surfaces.
_Originally posted by @slouken in https://github.com…
-
People have asked for this for years, and it's probably worth adding it.
# The problem
Windows. Windows is the problem.
- Windows wants you to mess with UTF-16 strings for Unicode filepaths…
-
I think it would be useful if SDL would get an api to easy extract the windowID from a SDL_Event.
For example, right now you'd need to a big switch or complicated if-else to only keep those event typ…
-
There exists `SDL_ReadU8`, but no `SDL_ReadS8`.
https://github.com/libsdl-org/SDL/blob/96bb06d9c703061db8e7b156515dfa37af6720d7/include/SDL3/SDL_iostream.h#L626
Would a `SDL_ReadS8` make sense?
…
-
When trying to run `osu-lazer-bin` from the terminal it closes with no output.
but when i run `/nix/store/1cg7hzjvbxvi4hmb2xhaf4lxjbzphv52-osu-lazer-bin-2024.519.1/lib/osu/osu!`
it gives me this err…
-
I noticed in my main application that the file dialog was opening slower when testing on my 4k laptop screen vs plugged into a 1080p external monitor. I made a simple test app using https://github.com…