An open API service indexing awesome lists of open source software.

https://github.com/ztry8/ray-casting-engine

Ray Casting Engine written in Rust
https://github.com/ztry8/ray-casting-engine

macroquad raycaster raycasting rust

Last synced: 16 days ago
JSON representation

Ray Casting Engine written in Rust

Awesome Lists containing this project

README

          

# Ray-Casting-Engine
## written in Rust using [macroquad](https://macroquad.rs/)
![screenshot](https://github.com/Ztry8/Ray-Casting-Engine/blob/main/assets/image.png)

### Building
```
git clone https://github.com/Ztry8/Ray-Casting-Engine.git
cd Ray-Casting-Engine
cargo run --release
```