bevy_cameraman 0.1.1

2D camera for bevy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# bevy_cameraman

> 2D camera with dead_zone, look_ahead, etc

## API

No documentation for now, you can check this example instead: `cargo run --example full`

<p align="center">
<img src="https://github.com/fabienjuif/bevy_cameraman/assets/17828231/ace42340-d319-4447-94d3-eb3a3860a50b" alt="Without debug" />
<img src="https://github.com/fabienjuif/bevy_cameraman/assets/17828231/6296cae3-4f4a-44ff-9415-aa9f21378956" alt="With debug" />
</p>