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 + +