This commit is contained in:
Parker TenBroeck 2026-01-16 22:02:02 -05:00
commit 6449151d7a
38 changed files with 779 additions and 0 deletions

View file

@ -0,0 +1,9 @@
+++
title = "Software Rasterizer"
description = "A software rasterizer written in C++ for a parallel computing class. Using OpenMP and OpenMPI together to support multi threaded rendering of single frames and distributed rendering of multiple frames across networks. With dynamic coloured lighting, normal, diffuse, ambient, specular, roughness, and shininess maps supported using Blinn-Phong shading."
date = 2025-12-12
[taxonomies]
tags = ["C++", "graphics"]
+++
https://github.com/ParkerTenBroeck/3P93