-
I'll likely do this myself, but if someone wants to do this even sooner than me, here's the deal:
The joystick API for OpenTK is crap. To get any good mileage out of SDL2 we'd basically have to write…
-
```
Greetings,
I really think we should get SDL 1.3 support in as quickly as possible. It adds
TextInput, which is very crucial for creating portable "desktopy" apps. A whole
class of Lisp apps wil…
-
```
Build with VS2008, SVN SDL branch, r505.
```
Original issue reported on code.google.com by `tino.mie...@gmail.com` on 29 Apr 2008 at 9:54
-
```
Build with VS2008, SVN SDL branch, r505.
```
Original issue reported on code.google.com by `tino.mie...@gmail.com` on 29 Apr 2008 at 9:54
-
Trying to run Jamestown and it crashes with:
```
./Jamestown-x86: symbol lookup error: ./Jamestown-x86: undefined symbol: SDL_GetWMInfo
```
Output of nm -D ./Jamestown-x86
```
U S…
-
A similar issue as in SDL, please check https://github.com/libsdl-org/SDL/pull/9285
EDIT: I don't read the source carefully, but the following patch worked:
```
--- a/profiler/src/BackendWaylan…
-
Should go through the necessary tutorial lessons that correspond to drawing on the screen.
http://lazyfoo.net/SDL_tutorials/
version 2: http://lazyfoo.net/tutorials/SDL/index.php
Things that you pro…
-
**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…
-
Throughout my time playing H'uru I've noticed that there a lot of SDL files and many of the variables are not well documented for what changes what in an age. Will be adding a checklist for myself lat…
-
When `SDL_BORDERLESS_RESIZABLE_STYLE` is enabled and the window is maximized, the coordinates reported by SDL_GetWindowPosition and the size reported by SDL_GetWindowsSize is offsetted. This might be …