Ryan C. Gordon
Ryan C. Gordon
We talked briefly about having an option to make a window's alpha channel mask out the actual window, which some platforms can do. With or without this, I think we...
> Working on something adjacent to this, so I'm writing it here while I'm submerged in the muck: > > The RWops and filesystem components could be merged into a...
> Should the iOS demos be removed (https://github.com/libsdl-org/SDL/tree/main/Xcode-iOS/Demos)? Cross-platform SDL test programs already exist and I think the iOS demos have historically been less maintained than most other parts of...
(Just thinking out loud, this isn't locked down at all yet.) Big Audio changes: - Remove the 1.2 API (no more SDL_OpenAudio and things that implicitly act on device id...
This is a work in progress! (and this commit will probably get force-pushed over at some point). This rips up the entire SDL audio subsystem! While we still feed the...
Wondering if this is worth adding... - Windows has [ILocation](https://learn.microsoft.com/en-us/windows/win32/api/locationapi/nn-locationapi-ilocation) as a COM interface. - Linux has [GeoClue](https://www.freedesktop.org/software/geoclue/docs/), available over D-Bus. - macOS and iOS has [Core Location](https://developer.apple.com/documentation/corelocation?language=objc) - Android...
> I think an interface to the OS-provided pinch/zoom gestures makes sense. I'll open up a separate issue for that and we can discuss further. _Originally posted by @icculus in...
src/audio/disk/SDL_diskaudio.c has this (and other things, too)... ```c const char *envr = SDL_getenv(DISKENVR_IODELAY); ``` It's not urgent atm, but these should probably be SDL_hints, which will still be usable as...
We talked about this at one point and never came to a satisfying resolution on the matter, but just want to make sure we settle this before we lock down...
> GitHub Actions should just build Linux, Mac, Windows as fast as possible per commit and PR, and once a day/hour/whatever we should do all builds, and things like static...