Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 429 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 429 Bytes

Pseudo-3D Renderer

$ git clone https://github.com/Ailurus-code/Pseudo3D

demo

To successfully build and run project you need to add SFML

$ mkdir build
$ cd build
$ cmake -G Ninja ..
$ cmake --build .
$ ./Pseudo3D.exe