Skip to content

Eggbertx/simple-3d-raycaster

Repository files navigation

simple-3d-raycaster

A simple 3D raycaster test written in C

Building

To build this project from the command line, run the following commands:

mkdir build && cd build
cmake ..
# Default build:
cmake --build .
# Debug build:
cmake --build .  --config Debug

About

A simple 3D raycaster test written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published