bevy_simple_camera_controller
Work in progress! Made for Bevy 0.14.0
I am new to rust and Bevy. This project will change as my understanding of bouth increases.
An attempt to make it easy to add camera controller to a bevy project. The main focus is ease of use.
Currently only support keyboard and mouse.
Features
- Free flight camera style
- Keyboard input for movement (default = wasd)
- Mouse input for rotate
- Change keybinding for movement
- Capture input (optional, default = on) - user input is disabled until user clicks window
Example
use *;
use *;
use utils;
Compatibility
| Bevy | bevy_simple_camera_controller |
|---|---|
0.14 |
0.1.0 |