No description
- C 97.6%
- CMake 2.1%
- Shell 0.3%
| .gitignore | ||
| build.sh | ||
| CMakeLists.txt | ||
| main.c | ||
| README.md | ||
| slow.c | ||
Simple Raycaster
This is a very basic raycaster I threw together in a couple of hours with research.
There is a lot of things I want to improve but I need to balance school work and my fun projects for now.
Slow is the attempt using rectangles to render the walls on the cpu
Main is the new attempt using SDL's renderer