This project is a proof-of-concept by UnravelSports to show football/soccer data in 3D using the Rust programming language and the Bevy game engine.
Follow the steps in the Official Rust Documentation on how to install Rust.
After pulling the code for the first time run cargo build
inside the project folder.
Then run cargo run
.
The camera can be moved with w
, a
, s
& d
(forward, left, backward & right respectively), and we can use q
and e
to rotate the camera.