Projects

Vision & Graphics

SimpleGP

GitHub

Implementation of Iterative Closest Point and Laplpacian Mesh editing writting in Python

Ray Tracer

GitHub

A minimal GPU accelerated ray tracer written in OpenGL. Features include next event estimation, GGX BSDF, BVH acceleration and more.

HPG22 Student Competition

GitHub / ShaderToy

Submission for HPG 2022 Student Compettion.

Botanical Trees

GitHub

Unofficial implementation of the paper "Learning to reconstruct botanical trees from single images"

Superpixel Segmentation

GitHub

Unofficial python implementation of the paper "Lazy Random Walks for Superpixel Segmentation"

SkyeForce

GitHub / Trailer

A 3D space shooter game made using ThreeJS. Trailer for the game was made in Blender.

AmongUs

GitHub

A pacman like 2D game written in OpenGL.

Development

ListenBrainz

Demo / Blog

Worked on creating statistics and visualization for the community. Tech Stack - ReactJS, d3.js, Apache Spark, Python (Flask)

FakedIn

GitHub

A job portal built using the MERN stack.

Systems

Shi

GitHub

A POSIX compliant shell written purely in C using only basic system calls. Functionalities include basic shell commands, background processes, redirection and piping.

xv6++

GitHub

Addition of newer scheduling algorithms and system calls to MIT's xv6 operating system.