Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 439 Bytes

File metadata and controls

13 lines (8 loc) · 439 Bytes

Concrete Edge

Experimental implementation for a physics-based 3D platforming character controller with procedural animation informed by the detailed physics state.

Written in Rust, using Bevy Engine and Avian Physics.

Demo on YouTube (work in progress)

Building

  • Install the rust toolchain using rustup
  • Make sure you are on the latest stable toolchain
  • cargo run --release