-
The new SDL FileDialog API is amazing. I would love to see file choosers on non-desktop platforms, because it would greatly assist users in importing and exporting save data from games, among other th…
-
ant needed an ant.properties for the project. To create one for SDK 25:
android update project --target android-25 -p .
I'm also getting a failed build with 'ant debug':
make: *** No rul…
-
Compile the following code with SDL3:
```cpp
#include
#include "stdlib.h"
#include "stdio.h"
#define SHOW_SDL_BUG_WORKAROUND 0
void show_sld_bug_render_rect(SDL_Window*w, SDL_Renderer…
-
I took a look at the camera code and there is nothing obvious wrong with it, however we are not taking into account the stride of the planes and the crop rect(?).
The color format is yuv NV12, disp…
-
# This bug report was migrated from our old Bugzilla tracker.
These attachments are available in the static archive:
* [Proof of concept patch (310c0fc6.diff, text/plain, 2014-10-29 21:05:19 +0000,…
-
``` diff
src/SDL.c.o
src/SDL_assert.c.o
src/SDL_error.c.o
src/SDL_hints.c.o
src/SDL_log.c.o
src/atomic/SDL_atomic.c.o
src/atomic/SDL_spinlock.c.o
src/audio/android/SDL_androidaudio.c.o…
-
See Diamond::SDLRenderer2D::getRefreshRate.
-
I'm trying to build SDL_gpu with the new Android Studio project provided with SDL. I was able to get SDL_image and SDL_ttf working correctly. I followed the same procedure for SDL_gpu but I get a lot …
-
In the case of `SDL_SetHint(SDL_HINT_ORIENTATIONS, "LandscapeLeft LandscapeRight Portrait PortraitUpsideDown")`, `setOrientationBis` will decide depending on w > h. This is a bug. It should be using `…
-
AdbProcessImpl::out:[server] INFO: Device: Xiaomi M2007J17C (Android 12)
server start finish in 0.4s
AdbProcessImpl::out:[server] DEBUG: Using encoder: 'OMX.qcom.video.encoder.avc'
QOpenGLSha…