Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 532 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 532 Bytes

rust_caster WIP

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

Build

git clone https://github.com/cainmartin/rust_caster.git
cd rust_caster
cargo build --release
cargo run --release