Skip to content

antkir/software_renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

software_renderer

Just a basic software renderer. Using SDL2 for creating windows.

Build

Windows

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

This will generate the .sln project in the build folder, which you can open in Visual Studio.

Unix

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make

Demo

Demo video

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published