binary1248

Results 5 issues of binary1248

By popular demand. Work in progress. Here be dragons.

feature
m:sfml-audio

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,...

feature
m:sfml-graphics

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...

feature
m:config

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...

feature
m:sfml-window

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...

feature