change how website is organized

This commit is contained in:
Parker TenBroeck 2026-01-22 11:48:01 -05:00
parent 58c56b0af7
commit 6c8e98dc98
38 changed files with 59 additions and 60 deletions

View file

@ -1,17 +0,0 @@
+++
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"]
category = ["project"]
+++
[GitHub](https://github.com/ParkerTenBroeck/3P93)
{{ video(src="projects/rasterizer/halo.mp4", controls=true, autoplay=true, loop=true, caption="meow")}}
{{ video(src="projects/rasterizer/bricks.mp4", controls=true, autoplay=true, loop=true, caption="meow")}}
{{ video(src="projects/rasterizer/wavy.mp4", controls=true, autoplay=true, loop=true, caption="meow")}}