-
I make a simple xmake.lua file to build on windows with mingw.
```lua
set_project("wipeout-rewrite")
set_languages("c11")
set_allowedplats("linux", "macosx", "mingw", "wasm")
if is_host("wi…
-
The Radio Master TX 12 is not connected to the QgroundControl in the daily version. This problem is only on Windows, the build for macOS works correctly. In QT console it looks like this:
[E] at C:…
-
Hi,
I use WavPack via SDL_Mixer and I recently let my project build using VS2022 ClangCl and got the following error:
`SDL_mixer\external\wavpack\src\read_words.c(136,30): error : call to undeclar…
-
how is the [input.SDLK] section of the mgba-sdl config.ini supposed to be formatted? i have tried using SDL scancodes and keycodes, and am unable to get it working. it would be helpful if someone coul…
-
**Prettier 2.0.5**
```graphql
"""
some docs
"""
# some comment
type Foo {
id: ID!
}
```
[transforms into](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEAdNHVQM4QLZwAEAJhGNlulWlAMSG…
-
### Please add multi-sampling for DirectX (MSAA).
For **OpenGL** it is possible to enable anti-aliasing:
```
SDL_GL_SetAttribute(SDL_GL_MULTISAMPLEBUFFERS, 1);
SDL_GL_SetAttribute(SDL_GL_MULTISA…
-
Use SDL_VIDEODRIVER=null instead of dummy, because dummy is offensive. It should still support SDL_VIDEODRIVER=dummy, but support `null` to mean the same thing.
- [ ] is `null` the right name?
- […
-
Do you have any interest in or plans to add support for [sdl-gpu](https://github.com/grimfang4/sdl-gpu)?
I've started prototyping support for it and thought it might be nice to integrate here if t…
-
Any interests on this?
https://github.com/mozeal/SDL_gui
-
Compiled okay a few days ago, but today I needed to add:
+#ifndef SDL_NOEVENT
+#define SDL_NOEVENT SDL_FIRSTEVENT
+#endif
to compile with SDL 1.3.0 on Linux.
There is also a segfault on hitting 'r'…
beanz updated
12 years ago