summaryrefslogtreecommitdiff
path: root/simple-raycaster/src/main.c (unfollow)
Commit message (Expand)Author
2024-03-06Working barebones heightmap rendererSchark
2023-12-12((Super) Basic) Boundary checksSchark
2023-05-13Added PBO, lower overall performance but no more drops near wallsSchark
2023-05-12y-shearing!Schark
2023-05-12Mouse inputs workingSchark
2023-05-11Fullscreen, for nowSchark
2023-05-11Created player files for easier management of movementSchark
2023-05-11Added basic fog effectSchark
2023-05-11Base implementation of raycasting engineSchark
2023-05-10Transition to opengl and glfwSchark
2023-04-30Working window, basic cmake implementationSchark