Sam Lantinga
Sam Lantinga
Haiku CI
It would be great to have a Haiku CI workflow so we can verify we're not breaking Haiku with sweeping changes
It would be really handy to have a script that will automatically rename headers, constants, API functions (and reorder arguments as needed) that we can include with an SDL3 migration...
From https://github.com/libsdl-org/SDL/pull/6232#issuecomment-1311871498: We switched to this recently (https://github.com/ppy/osu-framework/pull/5501). One weak recommendation would be to consider falling back to using waitable timers minus the HIGH_RESOLUTION flag where it isn't supported (
We now have the ability to pass on event timestamps from the OS, added in https://github.com/libsdl-org/SDL/commit/0a3262e819edc695a764702e8127bbd1b09944ef. Some controllers have a timestamp in their report, which is currently used for the...
Separate the wiki so we have documentation for both SDL2 and SDL3
What does @libsdl-org/a-team think about dropping C89 support? Off the top of my head, we can drop Sint*/Uint* in favor of types in stdint.h, we can potentially drop SDL_bool in...
The convention for package config files is lower case and use `-` instead of `_` in the filenames. When we switch the satellite libraries over to SDL3, we should rename...
@madebr mentioned that he wanted to do a large rewrite of the SDL CMake support Now's the time! One of the things I'm interested in is consolidation between the various...
This issue is intended to capture the remaining work on finalizing the SDL 3.0 API. Here's a list of the open API issues that are blocking a 3.0 release: -...
It can fall back to malloc() and fail.