Home
Blog
(current)
Travel
Articles With Tag: Project
Congressional Partisan Voting Analysis
Using historical voting data and party information to determine the statistical significance of partisan voting behavior in the chambers of congress.
Analyzing the Covid-19 Outbreak
Maps, graphs, and analytics on the covid outbreak in America. (Charts Updated: 05/07/20)
Cel Shader
Implementing a Cel Shader in C++ with GLSL Shaders.
Detailing the Need for Transparency in Data Practices
An op-ed on the overwhelming need for transparency in technological data collection practices. Written as a paper for History C184D at UC Berkeley.
Cloth Simulation
A cloth simulation project for a Computer Graphics course.
Pathtracing and Lighting
Pathtracing rays to simulate lighting and refraction on objects.
MeshEdit
A triangle mesh editor tool to resample and smooth meshes prior to rendering. Written as part of a class project in CS 184 at UC Berkeley.
Rasterizer
A vector graphics renderer for SVGs and PNGs made for CS 184 at UC Berkeley.
Panoramic Images and Homographies
A project for CS 194-26 to perform automated panoramic stitching with RANSAC and homographies.
Face Warping and Affine Transformations
Using python and affine transformations to perform face warps.
Building a Pinhole Camera
Building a pinhole camera to understand how to capture light.
Raspberry Pi RF Controller
Controlling RF remote devices from a Raspberry Pi with GPIO and a breadboard.
C++ 2D and 3D Animation
Wrote a simple graphics library from scratch in C++.