Skip to content

oddStoneGames/MiniRenderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Renderer

A simple CPU renderer.

Minimum Requirements

Operating System: Windows / Linux
Cmake: version 3.6
C++ compiler with C++14 support

How to build

For Windows

cmake -S . -B ./bin

For Linux

cmake -S . -B ./bin -DPLATFORM_WINDOWS=OFF

Snapshots