Exploring raycasters and possibly make a little "doom like" game based on it.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# 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).
|
|
|
|
|
|
|
|
## Don't Study This Code
|
|
|
|
|
|
|
|
This code is mostly a tech study and demo, not an actual game. It _could_ be a game but it will
|
|
|
|
require a significant cleanup to improve the layout and design. It's also the culmination of
|
|
|
|
studying about 6 different tutorials on raycasting so it has a weird mix-match code style as I
|
|
|
|
brought ideas over from other tutorials.
|
|
|
|
|
|
|
|
Eventually this will be more understandable, but for now just browse it casually and ignore the
|
|
|
|
inconsistent style and kind of stupid structure.
|