SDL
SDL copied to clipboard
Simple Directmedia Layer
I've been getting the following crashes ``` thread 1471842 panic: load of value 55, which is not valid for type 'bool' /home/j/.cache/zig/p/sdl-0.2.4+3.2.16-7uIn9DPhfgH29yAIJqHLc69hNb4IW0q-AngtKCFoT92b/src/gpu/SDL_gpu.c:2060:71: 0x1aad5a3 in SDL_BindGPUFragmentSamplers_REAL (/home/j/.cache/zig/p/sdl-0.2.4+3.2.16-7uIn9DPhfgH29yAIJqHLc69hNb4IW0q-AngtKCFoT92b/src/gpu/SDL_gpu.c) if (!((CommandBufferCommonHeader*)RENDERPASS_COMMAND_BUFFER)->ignore_render_pass_texture_validation) { ```...
It seems VT switching was implemented per https://github.com/libsdl-org/SDL/pull/8509 It doesn't work here though. Steps to reproduce: - Ctrl-Alt-f5 to console - cd /test - ./testdraw - Press Ctrl-Alt-f3 or Alt-f3...
The README-emscripten.md may contain an error about enabling SDL3 multithreading in Emscripten. mkdir build cd build emcmake cmake -DSDL_THREADS=ON .. you can also do emcmake cmake -G Ninja .. and...
This might be tricky. On Windows, they show up as an 'Unknown device' whilst pairing, and immediately disconnect when Windows attempts to pair. From what I understand, these devices are...
## Description SDL support for harmonyos ## Existing Issue(s) #9837
The repository metadata on GitHub says: > Simple Directmedia Layer Meanwhile the README says: > Simple DirectMedia Layer (SDL for short) is a cross-platform library designed to make it easy...
## Description This adds support to build Xbox Series X using CMake. It's a bit of a mess, hence marking it as a draft. This can obviously be updated so...
I'm trying to use SDL to render custom content in a mac cocoa application with Metal as the SDL backend. What I want to do is to manually initialize an...
In SDL2 and early versions of SDL3 setting a letterbox logical presentation still allowed changing the color of the bars when clearing the renderer. Now the documentation clearly states in...
On Arch Linux, using the xpadneo driver and the controller connected via Bluetooth, whenever the controller disconnects and reconnects, inputs stop being registered in any SDL application. The only way...