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.
 
 
 
 
 
 
Zed A. Shaw ca80736d7c First cut at a replica of the python raycaster. Left side almost works the same but have to sort out math differences. 5 days ago
scratchpad First cut at a replica of the python raycaster. Left side almost works the same but have to sort out math differences. 5 days ago
scripts First build that actually works. SDL_main errors before but didn't figure out the cause. 7 days ago
tests First build that actually works. SDL_main errors before but didn't figure out the cause. 7 days ago
wraps First cut at a replica of the python raycaster. Left side almost works the same but have to sort out math differences. 5 days ago
.gitignore First build that actually works. SDL_main errors before but didn't figure out the cause. 7 days ago
.vimrc_proj First build that actually works. SDL_main errors before but didn't figure out the cause. 7 days ago
Makefile First build that actually works. SDL_main errors before but didn't figure out the cause. 7 days ago
charset.png First build that actually works. SDL_main errors before but didn't figure out the cause. 7 days ago
dbc.cpp First cut at a replica of the python raycaster. Left side almost works the same but have to sort out math differences. 5 days ago
dbc.hpp First cut at a replica of the python raycaster. Left side almost works the same but have to sort out math differences. 5 days ago
matrix.cpp First cut at a replica of the python raycaster. Left side almost works the same but have to sort out math differences. 5 days ago
matrix.hpp First cut at a replica of the python raycaster. Left side almost works the same but have to sort out math differences. 5 days ago
meson.build First cut at a replica of the python raycaster. Left side almost works the same but have to sort out math differences. 5 days ago
point.hpp First cut at a replica of the python raycaster. Left side almost works the same but have to sort out math differences. 5 days ago
pycaster.py First cut at a replica of the python raycaster. Left side almost works the same but have to sort out math differences. 5 days ago
raycaster.cpp First cut at a replica of the python raycaster. Left side almost works the same but have to sort out math differences. 5 days ago