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
- Host: GitHub
- URL: https://github.com/ztry8/ray-casting-engine
- Owner: Ztry8
- License: bsd-3-clause
- Created: 2024-07-08T19:05:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-28T09:06:12.000Z (over 1 year ago)
- Last Synced: 2025-01-20T16:26:20.038Z (12 months ago)
- Topics: macroquad, raycaster, raycasting, rust
- Language: Rust
- Homepage:
- Size: 2.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ray-Casting-Engine
## written in Rust using [macroquad](https://macroquad.rs/)

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