Crates.io | bevy_gstreamer |
lib.rs | bevy_gstreamer |
version | |
source | src |
created_at | 2023-04-27 12:06:00.350125 |
updated_at | 2024-10-23 04:46:49.733968 |
description | GStreamer plugin for Bevy |
homepage | https://github.com/foxzool/bevy_gstreamer |
repository | https://github.com/foxzool/bevy_gstreamer |
max_upload_size | |
id | 850295 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
bevy_gstreamer
This crate provide a gstreamer pipeline to render webcamera to bevy render background.
$ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
gstreamer1.0-libav libgstrtspserver-1.0-dev libges-1.0-dev
$ brew install gstreamer gst-plugins-base gst-plugins-good \
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
gst-editing-services --with-orc --with-libogg --with-opus \
--with-pango --with-theora --with-libvorbis --with-libvpx \
--enable-gtk3
bevy | bevy_gstreamer |
---|---|
0.15 | 0.6 |
0.14 | 0.5 |
0.13 | 0.4 |
0.12 | 0.3 |
0.11 | 0.2 |
0.10 | 0.1 |
The project is under dual license MIT and Apache 2.0, so join to your hearts content, just remember the license agreements.
Yes this project is still very much WIP, so PRs are very welcome