Avian3d Car controller#
A avian3d arcade car controller based on (video)[https://www.youtube.com/watch?v=wOAAitKoV9M] by Walaber Entertainment
There are 2 examples that were meant to go through the phases of the video does. It kinda does, but jumps in phase 2.
Usage#
example one sliding camera car
cargo run --example one
arcade car with drifting and "suspension"
cargo run --example two
arcade car with drifting and "suspension" and camera control
cargo run --example three
Features#
You can enable the Avian Physics debug plugin using the feature debug_physics in the gym examples
cargo run --example three --features "debug_physics"