A bevy plugin using nokhawa.
This plugin allows you to render Camera Capture at background.
```rust use bevy::prelude::*; use bevy_nokhwa::BevyNokhwaPlugin;
fn main() { App::new() .addplugins(DefaultPlugins) .addplugin(BevyNokhwaPlugin) .addstartupsystem(setup_camera) .run(); }
fn setupcamera(
mut commands: Commands,
mut meshes: ResMut
| bevy | bevy_nokhwa | |------|-------------| | 0.11 | 0.3.X | | 0.10 | 0.2.X | | 0.9 | 0.1.X |
The project is under dual license MIT and Apache 2.0, so joink to your hearts content, just remember the license agreements.
Yes this project is still very much WIP, so PRs are very welcome