binary1248
binary1248
By popular demand. Work in progress. Here be dragons.
So... after quite some time... and probably too many delays... here is the initial draft implementation of support for modular rendering backends. It is still quite raw, and probably unpolished,...
Title. In order to: - Improve toolchain compatibility (e.g. building with Emscripten) - Reduce maintenance effort of having to build and ship binaries - Reduce the size of the source...
Title. This change adds event visitation support to `sf::WindowBase` (not `sf::Event` itself). Instead of exposing the internals of `sf::Event` itself, the user can pass multiple types of callables to a...
Title. Enables better integration with the STL without having to constantly unwrap `optional`s. Also due to the fact that object memory is only allocated once and resources don't have to...