|
|
|
|
|
by gh123man
1201 days ago
|
|
Nice writeup! Building raycasting engines is fun and rewarding. You can get a lot of visual impact with very small and easy to understand code. I took a stab at it and ended up adding portals which I thought was really fun (https://github.com/gh123man/Portal-Raycaster). I've been thinking about re-writing my raycasting engine in Rust but never really found the time - glad to see someone has done it and documented it so well! If anyone else is interested in raycasting this page is also worth a read: https://lodev.org/cgtutor/raycasting.html |
|