Lukas Dürrenberger

Results 56 issues of Lukas Dürrenberger

I've sent an email to Erik about this and [posted to the mailing list](http://thread.gmane.org/gmane.comp.audio.libsndfile.devel/555), but still haven't heard back from anyone, thus this seems to be the last place to...

Since Google Code is closing down some of the links in the README.md are now outdated. In particular [lz4](https://github.com/Cyan4973/lz4) and [snappy](https://github.com/google/snappy/).

The constructor of `DotNode` takes an optional string identifier parameter. If none is provided, the identifier is set to `null`. However, if you do not set an identifiert, the compiled...

Thanks a lot for maintaining this package! When I run the following install command it fails to install with the following error: ``` choco install visualstudio2022buildtools \ --x86 \ --confirm...

Currently the SFNUL is a not the best choice to pick, as the dependencies haven't been updated in a long time. Maybe it would be possible to get ASIO and...

### Prerequisite Checklist - [X] I searched for [existing issues](https://github.com/search?q=repo%3ASFML%2FSFML&type=issues) to prevent duplicates - [X] I searched for [existing discussions on the forum](https://www.google.com/search?q=site%3Ahttps%3A%2F%2Fen.sfml-dev.org) to prevent duplicates - [X] I am...

bug
m:sfml-window
p:linux

### Describe your issue here SFML [currently actively prevents](https://github.com/SFML/SFML/blob/c1f92ed02008b94cfffb32e368f036c1117d7bbb/CMakeLists.txt#L195-L197) the usage of GCC on macOS, due to issues within the macOS SDK. We currently don't see a way to fix...

bug
p:macos

With #1851 we implemented a MP3 **decoder** using [minimp3](https://github.com/lieff/minimp3), meaning you can open MP3 files and play them. To fix the asymmetry, we should also implement a MP3 **encoder**, which...

feature
m:sfml-audio

Using p/invoke with `DllImportAttribute` is a bit cumbersome in a [cross-platform manner](https://learn.microsoft.com/en-us/dotnet/standard/native-interop/cross-platform). As such, it might make sense to use the [NativeLibrary class](https://learn.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.nativelibrary?view=net-6.0) instead. ## References - https://learn.microsoft.com/en-us/dotnet/standard/native-interop/cross-platform - https://learn.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.nativelibrary?view=net-6.0...

Feature

Due to the way the CSFML API was implemented for creating/loading textures, there was no way to create textures in sRGB mode and the exposed setSrgb method was essentially useless....

Feature