Ella Stanforth

Results 12 issues of Ella Stanforth

Allows building on systems that don't have Wayland or X11

* [x] Has this change been discussed on [the forum](https://en.sfml-dev.org/forums/index.php#c3) or in an issue before? * [x] Does the code follow the SFML [Code Style Guide](https://www.sfml-dev.org/style.php)? * [ ] Have...

feature
m:sfml-window
s:accepted
p:linux

Adds a basic spotify connect implementation closing #55 TODO: - [ ] Switching between devices - [ ] Selecting connect device - [ ] Handle end of track etc

Some Linux distros use LLVM libc++ instead of GNU libstdc++. Would support for this in build.rs be possible?

This is a little hack and I'm not sure whether or not you want it merged. I need it as my operating system uses [libudev-zero](https://github.com/illiliti/libudev-zero) (a daemon-less libudev replacement) which...

I get a linker error when building on Linux. ``` ~/m4 $ bmake cc -DEXTENDED -I. -w -D_GNU_SOURCE -c eval.c cc -DEXTENDED -I. -w -D_GNU_SOURCE -c expr.c cc -DEXTENDED -I....

I've have been successful in getting this project to build without X11 for use in the audio stack on Apple Silicon machines running Linux distributions not shipping X11 software with...

feature request
discuss

Allows UI to be disabled when `UI=0`

Proposes the use of a helper script to allow setting udev properties as a replacement for udev rules. For example setting `ACP_IGNORE=1` on the visense pcm in apple silicon macs....