Projects

I'm interested in multiple areas of computer science, reflected in my projects. There is web dev (this website), computer architecture, computer graphics (especially ray tracing and path tracing). Below you can see some of the projects I am working on.

DIY Computer

I tested having two OR gates (NAND gate combinations) outputting to the same line, feeding into a third OR gate. As you can see in the images, only the inputs of the second gate are on, but the outputs of both gates are on. This is the setup for the test. Neither input LED for the first gate is on. However, the final output LED does not turn on all the time, but only when both of its inputs are on. This suggests a voltage issue, which is also seen in the dim first output LED. The rough circuit diagram is shown (simulated in Logisim). This test will need to be redone or redesigned, as the results from this setup were inconclusive. BufferTest BufferTest BufferTestCircuitDiagram 11/1/2025

Path Tracing Engine

Coming Soon...

This will hopefully feature a graphics API allowing it to run as an application with a UI. It will be built using C++.

1/4/2025