Projects tagged with "Architecture"

Architecture-heavy project work.

System

Queue Game Library

Project Facts

Status
Archived
Origin
Personal

QGL is a DirectX 12 game library. The primary philosophy of this project is to achieve high performance with parallelism. Where applicable, code should focus on vector processing and queuing operations to run in parallel.

API

std::ring

Project Facts

Status
Complete
Origin
Personal

A C++ standard library-like implementation of a ring buffer.

System

HyperOS

Project Facts

Status
Archived
Origin
Academic

A basic multitasked 64-bit operating system for my college operating systems class.