Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 450 Bytes

File metadata and controls

17 lines (12 loc) · 450 Bytes

SimpleEngine

Simple demonstrative 3D graphics rasterizer (Runs on the CPU).

ezgif-7-341777fba080

Building

Compiled and tested on MSVC 2019.

This code requires <Windows.h> header file! --> Windows only.

Run those commands in a CMD console inside the source folder:

mkdir build
cd build
cmake .. -G "Visual Studio 16 2019"