No description
  • C 97.6%
  • CMake 2.1%
  • Shell 0.3%
Find a file
Jackson Rudnick 3c27e1dec4 small updates
2024-04-07 22:00:20 -05:00
.gitignore Dont want to add the build to github 2024-02-22 09:36:07 -06:00
build.sh New Attempt using SDL Accelerated Rendering 2024-02-22 09:30:20 -06:00
CMakeLists.txt Base Files 2024-02-19 23:15:53 -06:00
main.c small updates 2024-04-07 22:00:20 -05:00
README.md Update README.md 2024-02-22 09:38:09 -06:00
slow.c small updates 2024-04-07 22:00:20 -05:00

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