Introduction
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.
PowerPoint Slides
Install Rust
Follow the steps in the Official Rust Documentation on how to install Rust.
Build
After pulling the code for the first time run cargo build
inside the project folder.
Run
Then run cargo run
.
Controls
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.