Did a version of the raycaster that uses a pixel buffer sent to a texture that goes to a sprite that goes on a frog that's on a log on the bottom of the ocean under a tortoise that's carrying a sack that has the...

This commit is contained in:
Zed A. Shaw 2025-01-07 12:49:06 -05:00
parent e8a32ba9f3
commit d5047c00e2
3 changed files with 245 additions and 2 deletions

View file

@ -26,6 +26,13 @@ executable('raycaster', [
],
dependencies: dependencies)
executable('raycaster_pixels', [
'dbc.cpp',
'matrix.cpp',
'raycaster_pixels.cpp',
],
dependencies: dependencies)
executable('timcaster', [
'./scratchpad/timcaster.cpp',
],