bevy_third_person_camera_2 0.3.0

Simple and flexible plugin for Bevy game engine
Documentation
[![Rust](https://github.com/Hattiffnat/bevy_third_person_camera_2/workflows/Rust/badge.svg)](https://github.com/Hattiffnat/bevy_third_person_camera_2/actions)
[![crates.io](https://img.shields.io/crates/v/bevy_third_person_camera_2)](https://crates.io/crates/bevy_third_person_camera_2)
[![docs.rs](https://docs.rs/bevy_third_person_camera_2/badge.svg)](https://docs.rs/bevy_third_person_camera_2)
[![Bevy tracking](https://img.shields.io/badge/Bevy%20tracking-main-lightblue)](https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md#main-branch-tracking)

# Description

This is a simple and flexible plugin for adding a third-person camera to Bevy.

## Main features

1. Support for multiple cameras and targets (multiple cameras can be aimed at a single target).
2. Event-based controls ([all events]./src/events.rs).
3. Damping.

## [Example]./examples/follow_cube.rs

# Installation

The plugin name is quite long, so I recommend renaming it.

```sh
cargo add bevy_third_person_camera_2 --rename third_person_camera
```

# Bevy version

| plugin | bevy |
| ------ | ---- |
| 0.1    | 0.17 |
| 0.2    | 0.18 |
| 0.3    | 0.19 |