binary1248

Results 124 comments of binary1248

While I don't have anything against such functionality (other libraries provide similar), I still want to see at least one other operating system implementation. Designing the API around what a...

Normally I tend to only add data to a structure if I know the data will be used often, but in this case I can see the consistency argument when...

I really don't see what this is supposed to protect against. If `SwapBuffers` actually fails in some rare scenario it is an indicator something else went wrong way earlier in...

My steps to test this: 1. Clone fresh copy of SFML repository 2. Run CMake to produce a Visual Studio solution 3. Build sound example 4. Start sound example 5....

The problem seems to be that on affected systems after waking from sleep Windows informs us that the default audio playback device has changed. Even if this is just a...

1. and 2. are implemented in #3523.

SFML doesn't actually do any audio signal processing itself. We just help transport the data from one place to another. If you can reproduce this with the miniaudio simple_playback example...

Anything is possible if there is a solid use case for it. We have to ask ourselves if this is something that is common for users to do or if...

While the current Buildbot run seems to work, closer inspection reveals that the tests aren't being enumerated correctly. Before: ``` Test project /home/buildbot-worker/android-armeabi-v7a/build/build Start 1: [Audio] sf::SoundFileReader 1/60 Test #1:...

While we standardized on always using a bash shell in GitHub Actions, when the tests are discovered and run they use CMake's `execute_process` to run the commands that have to...