A simple RayCaster using SFML library
- 3d view
Software | SFML | CMake | MinGW |
---|---|---|---|
Version | 2.5.2 MinGW 64 | 3.22+ Msi | 10.3.0 tdm64-gcc |
Download | SFML | CMake | MinGW |
- Extract the zip file
- Shift the extractat "SFML-2.5.1" folder into the main folder
- start cmd inside the main folder and run:
mkdir build
cd build
cmake .. -G "MinGW Makefiles"
mingw32-make
- start the .exe inside the build folder
- move with WASD
- look around with Mouse
- exit with ESC or X