Sylvain Becker
Sylvain Becker
> which point? That the overall pr is an improvement > It definitely is not optimized more than a standard idiv 8. Have you even looked at the code? Why...
> Nope. I changed a code a bit (surface is 10000x10000), because I'm still using SDL2 and did not divide the result. Then this can give imprecise result. because the...
not a big difference, but might be measurable. If you reduce the size, you reduce the noise.
gendyapi parse all the SDL headers, to generate the DYNAPI files. I've tried a re-write in python to fix some bug / improve (#6783) And it's been very easy to...
Note that you can run `./gendynapi.py --dump` and it creates a "sdl.json" file with all SDL API inside. eg, a list of entries like this: ``` { "comment": "the full...
I think this is ok. you're intersecting an horizontal line. on the x range, the rect starts at 2.5f, and measure 15.25f. size of pixel is 1. so it ends...
As you said, `The point (17.5, 6.0) is on the line. It is also in the rect (according to SDL_PointInFRect). But it is not in the intersection of the line...
Android is running the usual SDL way (no callback). because in fact we create a SDL thread beside the android activity. But it could also be implemented with a callback...
probably not better but other ideas: - could be also an event based, async API would push back some SDL Event ? - could also be done natively using some...
we could have both with some kind of aliased