Cooper Larson's logo

Project's portfolio

A collection of my most impactful projects.

All projects

Each project provides both a brief overview, as well as comprehensive breakdown of tools, technologies, challenges, etc.

Showing 1 - 4 of 4 Projects
BeastCube 3D Printer prototype CAD rendering
3D Printing

BeastCube

A truly massive Voron and DoomCube inspired printer. Designed for 450+ cu mm build volumes, all 6060 HD extrusion frame, Nema23 and 9mm GT3 belts.

Lighnting bolt overlayed on CPU
Software,  TSP,  Libraries

BoundedPriorityDeque.hpp

Single-header, lightweight, and performant bounded priority dequeue with wide applicability via templating. Implemented in C++ as a circular buffer.

7000 point Traveling Salesman Problem (TSP) solution demonstrated in CesiumJS
TSP,  Software

CesiumTSP

This is a modern TSP visualizer built with CesiumJS, Vite, TS, React, Zustand, RHF, and other robust frameworks for a highly-immersive experience.

A United States TSP tour solution
TSP,  Software,  Engineering

TSP++

C++23 TSP solution demoed with CesiumJS, exploring the use of Ball Trees in Nearest Neighbor searches, optimized with LKH/kOpt heuristics.