3 releases
0.1.2 | Oct 12, 2024 |
---|---|
0.1.1 | Oct 11, 2024 |
0.1.0 | Oct 11, 2024 |
#401 in Game dev
431 downloads per month
15KB
125 lines
bevy_fly_cam
A simple plugin to add a 3D free cam with fps controls to your Bevy project
Example Usage
use bevy::prelude::*;
use bevy_fly_cam::FlyCamPlugin;
fn main() {
App::new()
.add_plugins(DefaultPlugins)
.add_plugins(FlyCamPlugin)
.run();
}
Dependencies
~38–74MB
~1.5M SLoC