Hey there!

I'm Samhith, a 14-year-old based out of the Bay Area.

At any given moment, you will either find me:
- Outside of the country on a side quest
- Working on a project either for myself or for a Hack Club event (or both)
- Playing my trumpet or guitar
- At Taekwondo or a Taekwondo event
- At some other random event (rare find)

I code mainly in C, C++ and Python sometimes.


My Projects


Personal Website

What you're seeing right now!

made with: Astro, JS

BitReactor

An 8-bit CPU architecture simulator designed for experimenting with low-level programming concepts and testing custom instructions. It provides a virtual environment to simulate CPU operations, memory management, and device I/O.

made with: C++, CMake

IvoryScript V2

A lightweight, dynamically-typed scripting language implemented in Java. Simple syntax, easy to learn, fun to use. (P.S. You don't want to know what happened to V1)

made with: C++, CMake

Choc3DP

A 3D printer for the Undercity hackathon in San Francisco made in 3 days, that you guessed it prints chocolate.

made with: Klipper, Python

CForge

CircuitForge is a breakout board for the popular ESP32-s3 chip that includes many breakout pins, is compatible with any other ESP32 setup (for the most part), and has programming via USB 2.0.

made with: C++, KiCad

BouncyLabs

A very simple 2D physics engine built in C++! (Work in progress)

made with: C++, CMake, C