bevy_dolly icon indicating copy to clipboard operation
bevy_dolly copied to clipboard

h3r2tic's dolly abstraction layer for the bevy game framework

bevy_dolly

bevy_dolly

bevy_dolly is a prototype plugin using h3r2tic's powerful crate: dolly, implemented for bevy.

It is important to note that dolly is a way to translate the camera and thus, not the camera component itself.

Dolly requires two steps to function:

  1. Creating a CameraRig we are able to define drivers on which the dolly can enact, these drivers can both be constraints and functionality.
  2. A marker component that is inserted on both the Camera and the Rig

To see how this is done in bevy, please look at this repository's examples.

How to run

cargo run --release --example orbit

Support

Bevy tracking

bevy bevy_dolly
0.8 0.0.X

Licensing

The project is under dual license MIT and Apache 2.0, so joink to your hearts content, just remember the license agreements.

Contributing

Yes this project is still very much WIP, so PRs are very welcome