Please Note: This is a work in progress and is not currently in a functional state. A work in progress basic Rust based raycasting engine / game This is mostly a toy project to improve Rust skills, we will see if this grows into something bigger
However, once it's up and running, feel free to download and try it out if you are looking for an example of a raycasting engine in Rust
git clone https://github.com/cainmartin/rust_caster.git
cd rust_caster
cargo build --release
cargo run --release