Wolfenstein 3Dというゲームが昔ありまして、FPSの元祖の一つとされています。当時の3D空間の表現といえば、ウィザードリィのようなワイヤーフレームで描かれたダンジョンを90度ごとに回転しながらカクカク進むような表現が最高水準でした(もっと豪華表現 ...
This project implements a simple raycasting engine using algorithms similar to those in Wolfenstein 3D to generate a pseudo-3D maze with texture mapping and sprites. It uses GLFW to create a window ...