←back to thread

A Raycaster in Bash

(github.com)
234 points izabera | 1 comments | | HN request time: 1.511s | source
Show context
tdeck ◴[] No.42477237[source]
In case you wondered if there is a raycaster written in MS Batch:

https://github.com/nTh0rn/batch-raycaster

replies(1): >>42477853 #
izabera ◴[] No.42477853[source]
That's really cool! The explanation on their blog is great!
replies(1): >>42479549 #
1. rpoisel ◴[] No.42479549[source]
Thanks for the hint! That's exactly what I was looking for as I have never looked into raycasting but having an interest in it.

Direct Links:

- https://nthorn.com/articles/batch_raycaster/ (batch variant)

- https://lodev.org/cgtutor/raycasting.html (general intro)