-
Boids Simulation in CUDA
September 07, 2025 - September 08, 2025
A simulation of "Boids" in CUDA C++. Boids are a concept in artificial life algorithms that aim to emulate the collective flocking behavior of real-life birds.More details coming soon...

-
Mini Maya in C++
March 01, 2023 - March 17, 2023
A mesh-editor GUI that performs Catmull-Clark subdivision on input OBJ files, binds model skeletons for transformation, and exports out to USD. -
Chess in Java
November 20, 2021 - December 07, 2021
A simple chess application with state-saving and move-hints / limitations.