Corentin Schreiber

Results 74 comments of Corentin Schreiber

Ok, fair enough. I am not attached to a particular solution. I mostly wanted to see if there was a more generic solution that would benefit SFML users overall, rather...

Ok! I will try to put together a PR for this. Thanks for your input.

Not an SFML maintainer here, but I just stumbled upon this and thought I'd comment. These are nice performance improvements, and I agree it is convenient to be able to...

Drawing order would be preserved. You draw sprite A with its own texture, that goes in Vertex Array 1. You draw sprite B with another texture, that goes in Vertex...

Thank you for the comments @Bromeon, I have replied to all of them.

The last round of comments from @Bromeon was asking for opinion from other maintainers, but there has been no reply since. Should we still wait for these comments, or should...

FYI this https://github.com/cschreib/sol2/commit/f01daeb521ae1628798ef0a21f2def2ae696ec1e is how I fixed it on a fork, but I'm not sure this is 100% correct. It also required my custom `sol_lua_check_access()` to support `T` and `T*`:...

I am not terribly experienced with this myself, but I can share whatever wisdom I've acquired along the way. When you compile a library with Emscripten, all you get is...

I would like to add that the situation is made much worse when the branch has a PR against it, as the PR number is now taking almost half of...

Upstream has merged the changes, they should be in SFML v3.0!