Skip to content

suguuss/raycasting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raycasting in rust

Small Raycasting implementation in Rust. The goal was to learn rust.

Try it out : https://albanesi.dev/raycasting/demo/

Compiling to web assembly

To compile and run the wasm version, you need to add the target and launch the script compile_wasm.sh

rustup target add wasm32-unknown-unknown
./compile_wash.sh

Render