-
Good day,
Since the main purpose of SDL is to handle windows and rendering, it might be reasonable to add support for a browser engine as a rendering context, such as Chromium or WebKit, to SDL3, f…
-
I have noticed other subsystems (gamepad, joystick, mouse, etc) denotes functions that take SDL_[insert_type]ID parameters with a 'Instance' qualifier in it, but for some reason the video subsystem do…
-
This needs some rewriting for dropped platforms, CMake, etc
-
We have new nVidia v555 driver that support explicit sync. I am able to play Steam games without issues now on Fedora 40.
However the Linux Minecraft Launcher would crash and not open the game disp…
-
I noticed this while trying to setup sdlprocdump for SDL2.
[A (non-fatal) `_com_error` exception](https://github.com/madebr/SDL/actions/runs/9832530328/job/27141450059#step:6:6393) is thrown inside…
-
`Scudo ERROR: invalid chunk state when deallocating address 0x`
A recent update to SDL3 seems to have sparked a new group of crashes being reported in Google Play Console. Has something been done t…
-
Any chance of a freedo package ?
http://fdnpkg.sourceforge.net/
Just realised the license is bsd, so they would probably have one if it existed
-
OS: Mac OS X 14.4.1
Compiler:
```bash
Apple clang version 15.0.0 (clang-1500.3.9.4)
Target: arm64-apple-darwin23.4.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin…
-
According to imgui's custom backend implementation exhibit and first-party backend implementations,
`io.DeltaTime` is "usually" meant to be updated by backend code.
https://github.com/ocornut/imgu…
-
### What I am trying to do
I would like to build an GUI app which could work on Windows, Linux libc & Linux musl
### System info
```
[denis@dz-artix ~/repos/dvui]$ git remote get-url origin
https…