Skip to content

lidorY/SimpleEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published