Made by Patryk Tomalak, Rohan Ashok, and Tom Yarrow for CS-49000VR at Purdue University, Spring 2023.
Consists of two sub-projects -- the VR client code (Unity) and simulation server code (Rust).
- Install git, Unity, and Rust
- Clone this repository with git
- Open the Unity_proj folder with Unity in order to setup the Unity project
- Run
cargo build --release
inside the Rust_proj folder in order to build the Rust project - Start the server with
cargo run --release
inside the Rust_proj folder and run the Unity client with the "Play" button in order to start using the server!
All code and contributions are licensed under the LICENSE file.