Skip to content

Laky64/RayCasting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RayCasting

A simple RayCaster using SFML library

Features

RayCaster

  • 3d view

Build

Downloads

Software SFML CMake MinGW
Version 2.5.2 MinGW 64 3.22+ Msi 10.3.0 tdm64-gcc
Download SFML CMake MinGW

Build

  • 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

Usage

  • move with WASD
  • look around with Mouse
  • exit with ESC or X