From ec07d2aea10d25544d73be54449583a2c587c65e Mon Sep 17 00:00:00 2001 From: Mikkel Rasmussen Date: Sun, 3 Dec 2023 12:19:13 +0100 Subject: [PATCH] Readded alternatives' comments --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 284e45a..d86a7bd 100644 --- a/README.md +++ b/README.md @@ -146,13 +146,13 @@ cargo run --release --example orbit Explore other Bevy camera controllers that might suit your needs: -- [bevy_fps_controller](https://github.com/qhdwight/bevy_fps_controller) -- [smooth-bevy-cameras](https://github.com/bonsairobo/smooth-bevy-cameras) -- [bevy_spectator](https://github.com/JonahPlusPlus/bevy_spectator) -- [bevy_flycam](https://github.com/sburris0/bevy_flycam) -- [bevy_fly_camera](https://github.com/mcpar-land/bevy_fly_camera) -- [bevy_pancam](https://github.com/johanhelsing/bevy_pancam) -- [bevy_config_cam](https://github.com/BlackPhlox/bevy_config_cam) +- [bevy_fps_controller](https://github.com/qhdwight/bevy_fps_controller) - A Fps controller with crouching, sprinting, flymode and more +- [smooth-bevy-cameras](https://github.com/bonsairobo/smooth-bevy-cameras) - 3 Smooth Camera controllers: Fps, Orbit or Unreal +- [bevy_spectator](https://github.com/JonahPlusPlus/bevy_spectator) - A spectator camera controller +- [bevy_flycam](https://github.com/sburris0/bevy_flycam) - A simple fly camera +- [bevy_fly_camera](https://github.com/mcpar-land/bevy_fly_camera) - A advanced fly camera +- [bevy_pancam](https://github.com/johanhelsing/bevy_pancam) - 2D Click and Drag - Style camera movement +- [bevy_config_cam](https://github.com/BlackPhlox/bevy_config_cam) - Plugin that enables to use collection of different camera controllers at runtime, uses bevy_dolly as the backend ## Licensing