Screen recording is disabled on Windows
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
Per https://github.com/bevyengine/bevy/pull/22130.
This is related to difficulty building the required system dependencies on Windows, per @greeble-dev [on Discord](https://discord.com/channels/691052431525675048/692572690833473578/1450104562127212594).
> In case it's relevant: I don't get a rust-analyzer warning, but I do get a CI error inclippy --all-features. As far as I can tell I'd need to install pkg-config and build x264 from source: https://www.videolan.org/developers/x264.php, but maybe there's something prebuilt available.
@mockersf says:
> we could switch to another encoder crate that needs a bin available at runtime like those depending on ffmpeg, or fork the crate and make it work for us
@ChristopherBiscardi replies:
> I don't really want to fork it, but I think people are going to have Opinions on formats and such anyway during the 0.19 cycle and the crate can be revisited then
Contributor guide
Assessment
This issue has not been assessed yet.