Skip to content

JamesGriffin/3D-Rasterizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Software Rasterizer

3D Software Rasterizer in C++

Screenshot

Mesh: Stanford Dragon

This is a C++ rewrite of my original Python software renderer.

Building

This project requires SDL2 and SDL2_ttf. These can be installed on an Ubuntu system via the package manager:

$ sudo apt install libsdl2-dev libsdl2-ttf-dev

Create a build directory and compile using CMake:

$ mkdir build && cd build
$ cmake ..
$ make

Running

$ ./rasterizer

Releases

No releases published

Packages

No packages published