juj
juj
It was reported that the Polygon::Triangulate crashes on some inputs: 19:03 < UltraLazer> clb_, it does the return t when its not CCW or whatever 19:03 < UltraLazer> and the...
That is at the heart of MaxRects. If you do find a better way, you can certaily write a paper about it! :) It is possible to get constant factor...
You can certainly remove rectangles from the free list, that will then cause that area to no longer be considered. (if that was the only rectangle that represented the particular...
I do not have an answer for that, I have never implemented the code to measure. Extra bookkeeping may certainly outweigh the benefit, and the performance characteristics will likely greatly...
That is a good point, and certainly true. When a new rectangle is inserted, and tested against all free rectangles, the set of new free rectangles that is formed needs...
> I've been doing some works for this problem for a while, I'm wondering if there is any further improvement for the final result like the fill rate of single...
`-sPROXY_TO_PTHREAD` flag is something that is currently unsupported, but it is a configuration that I do want to add support for. A tricky part with that linker flag is that...
Different games use different engine backends in scummvm. Currently only the old scumm backends have been ported. Bass is a separate backend and it would be its own project to...
As a reference, here is the current procedure: https://github.com/gsathya/SDL-emscripten/wiki/Running-the-tests , which contains manual build command lines. After we have an automated test script, we can replace the documentation in that...
Given that upstream SDL2 doesn't have an automation system in place (?), what we could do is develop a script `tests/run_tests.py`, which runs through all the commands needed to build...