-
Carnegie Mellon University
- Pittsburgh, PA
-
cpp_tagged_pointer Public
A type-tagged pointer supporting runtime type identification and dynamic dispatch without the storage overhead of virtual table pointers, written in C++20.
-
my_cpp_containers Public
C++20 implementations of various custom containers I've needed at some point.
-
cpp_simd_detector Public
A lightweight, portable C++23 utility for detecting supported SIMD instruction sets on the host CPU and operating system.
-
cpp_argument_parser Public
A robust command-line argument parser, written in C++20.
-
cpp_raytracer Public
A simple raytracer (pathtracer), coded in modern C++.
-
kaboom Public
A very simple noise-based explosion generator, coded in modern C++.