Ryan C. Gordon
Ryan C. Gordon
If this pops up again, that error _might_ trigger if it takes more than eight seconds to get a result, so if this comes up, ask if the program seemed...
So I'm looking at removing the render target for logical rendering, and I'm thinking the best plan here is to hook into the QueueCmd* functions, so everything gets adjusted just...
Okay, this is fixed in revision control. Here's an updated version of the test program that compiles against the latest SDL3, to show it working. ```c #define SDL_MAIN_USE_CALLBACKS #include #include...
It worked on GCC. :) I just updated it with a fix that will probably make it work on Visual Studio.
PR #9938 is merging shortly, which gets the ABI handled, but these are other backends to be implemented in the future. For now I'm putting this in the 3.2.0 milestone,...
Emscripten support works as of b975babfa5312b9a11800708f354ff9c4d4288df!
And you can see it in your browser [here](https://examples.libsdl.org/SDL3/pen/01-drawing-lines/), if you have a pen/stylus.
Initial Android support is in (thanks, @hwsmm!).
Windows support is in, we're good to go on all reasonable platforms now!
Probably not before 3.2.0 ships, but afterwards we can.