From faead338e2dde1c6e17eb7fce71c857737486cb9 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Sun, 5 Jan 2025 10:10:11 -0500 Subject: [PATCH] Add a README to start. Not much in it. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7c3fa56 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Simple Raycaster Study + +This is a study project for me to learn the raycasting technique. It's an older technique that's +not really used much but I'm learning game dev historically and it's definitely been used in the +past (Doom). + +I've been told to look into the following as well: + +https://en.wikipedia.org/wiki/Gilbert%E2%80%93Johnson%E2%80%93Keerthi_distance_algorithm + +