Home
Projects
Contact

BitbyBit

BitbyBit

BitbyBit is an interactive tool designed to help users understand how arrays,stacks,queues work by providing real-time visual representations of operations. It allows users to input values, perform sorting, searching, and other modifications while visually observing changes in the array. This makes complex algorithms like Linear Search, Binary Search easier to grasp. click here

TPG

Title Page Generator for MSRIT

This Title Page Maker automates the creation of professional title pages for reports and assignments at Ramaiah Institute of Technology. The tool generates a formatted preview and allows downloading the title page as an image using html2canvas.js. Designed with HTML, CSS, and JavaScript.

vizQ

Quantum gates visualizer

An interactive quantum circuit simualator built using qiskit(python) for backend computation and react for frontend ui. it visualizes gate operations, live state vectors and measurement probabilites in real time across multiple qubits

Escape

Escape

Escape is a beginner-friendly 2D game built using the Godot Engine, designed to demonstrate core gameplay mechanics like player movement, interaction, and level navigation. The project focuses on a minimalist escape-room scenario where the player must explore, interact with objects, and solve simple logic to exit the scene.

LaTeX

LaTeX to PDF

A LaTeX converter that takes LaTeX code like math equations or solutions and compiles it into a clean PDF using pdflatex. It’s designed for fast and accurate rendering of mathematical content. Just copy LaTeX output, feed it to the converter, and get a ready-to-share PDF instantly. Great for assignments, notes, and quick document generation.

Orb3

Orb3

A minimal yet interactive 3-body gravitational simulation in Python. Visualizes chaotic orbital motion in 3D with smooth animation and configurable parameters. Exports both MP4 animations and CSV trajectory data for analysis. Perfect for learning orbital dynamics and experimenting with physics setups.

DataPawn

2D Chess Data Generator

Chess Dataset Generator creates chess images with corresponding metadata. It uses python-chess to sample legal positions and CSV for structured metadata storage. Configurable options include resolution, board size, and piece sprites.

Raven

Raven

Odin-Raven is a semantic command-line interface built on top of Git, designed to transform low level version control commands into intuitive, intent-driven actions. It preserves Git’s core capabilities while improving developer experience through clearer, human centered command verbs. By adding a lightweight abstraction layer, it streamlines workflows without altering underlying Git behavior. Odin-Raven enhances clarity, efficiency, and usability while retaining the full power and reliability of Git.