-
When trying to run `osu-lazer-bin` from the terminal it closes with no output.
but when i run `/nix/store/1cg7hzjvbxvi4hmb2xhaf4lxjbzphv52-osu-lazer-bin-2024.519.1/lib/osu/osu!`
it gives me this err…
-
OS: Arch Linux
GPU: Nvidia RTX 3060 (Mobile)
Desktop Environment: KDE (Wayland)
Hey folks,
When I create a window, I get the following errors and the window appears fully transparent:
```
li…
-
Sun/Oracle's compilers offer the best performance for SPARC processor platforms. The GNU toolset can be quite slow, especially if not using the `CFLAGS="-O3 -mcpu=ultrasparc3"` option, for example. Wi…
-
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 the SDL3 API.
This comment in SDL_GetJoystic…
-
I have a simple question for SDL2 to SDL3 migration: How to migrate `SDL_GetWindowWMInfo()` + `SDL_SysWMinfo.info.uikit.framebuffer` usage to SDL3?
The [migration guide for `SDL_syswm.h`](https://g…
-
In the title of the example it says SDL2 instead of SDL3
https://wiki.libsdl.org/SDL3/SDL_CreateWindow
old:
```c
// Example program:
// Using SDL2 to create an application window
...
…
-
OS: ArchLinux
SDL2 v2.30.5
SDL2_mixer v2.8.0
Hello,
I've coded a little demo in SDL2 and Zig in December 2023 that was playing a `.mod` file that was loaded in memory as an array of bytes.
…
-
I try to wrapper an external d3d11 texture to a sdl texture using SDL_CreateTextureWithProperties with setting property SDL_PROP_TEXTURE_CREATE_D3D11_TEXTURE_POINTER, it seems designed for this purpos…
-
Currently, SDL_GLContext is defined as a void pointer typedef:
https://github.com/libsdl-org/SDL/blob/51902d4ac53ca7ef46baff38e75deec98321667d/include/SDL3/SDL_video.h#L203
Would it make sense t…
-
A colleague and I have been attempting to use xfreerdp to access a Azure Government/Azure Virtual Desktop instance from Linux. This action requires the use of a smartcard login and pin. The build co…