-
It'd be nice to have a quick block that goes step-by-step for generating the json and cs output. In particular, knowing when to autogenerate and when to manually change something will be important for…
-
This is a tracker and discussion forum for API changes that we want to make when we are working on 3.x.x now that SDL3 is nearing prerelease (and thus release in the not-so-distant future). Want a pie…
-
So we've already settled on `/` being the path separator for storage paths for all storage drivers, that's good. But the format of path items between path separators isn't fully specified. Sure, there…
-
**Introductory Information:**
SDL3 is the upcoming major release of [SDL](https://github.com/libsdl-org/SDL) that breaks the ABI for the first time in over 10 years, in favor of dramatically improv…
-
**Describe the bug**
- [ ] `BOOL` is only available on MS platforms
When trying to compile `VPXPlugin.h` on Linux I get the following error:
```
VPXPlugin.h:97:44: error: unknown type nam…
-
[ESP-BSP](https://github.com/espressif/esp-bsp) is standard a mechanism how to work with a board.
The initialization sequence in case of M5Stack CoreS3 includes also Power Up of display using AW952…
-
This breaks pretty much every function, but has the upside of playing nicer with the rest of the ecosystem, allowing SDL errors to be used as `cause` for other error types.
-
There seems to be a race condition with resize events and the window size reported by `SDL_GetWindowSize()`.
If an event of type `SDL_EVENT_WINDOW_RESIZED` occurs my application executes this code …
-
The CMake options are currently being described in the [README-cmake.md](https://github.com/libsdl-org/SDL/blob/main/docs/README-cmake.md), which seems to be missing some options that may be of intere…
M2-TE updated
3 weeks ago
-
> 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 new filesystem API, designed less arou…