Various projects tackled in various languages; Sorted in the ascending order of derivation [more "original" projects first; also includes my inherent admiration bias towards some projects].
BetterUnity
A collection of tools/extensions/helpers to extend the functionality of the Unity Engine and also provide neat extra tools/templates.
MR HMG Simulator
A mixed reality machine gun simulator which has been deployed already and is being actively used. Made using Unreal Engine for the Varjo-XR 3.
2D-3D Floor Plan Generator
A complete solution focused on generating accurate 3D elevated models by a simple import of 2D CAD floor plans (dxf, cad etc). Generates the 3D model with complete textures/materials assigned and ready to view in VR.
VR Fire Safety Training
A VR fire safety training module aime at training on the usage of different types of extinguishers by simulating different fires inside VR.
OpenGL Programs/Experiment
OpenGL is a cross-language/platform API for rendering 2D/3D graphics. Used OpenGL and C to code some computer graphics algorithms alongside some shapes/interaction experiments.
OpenGL Programs/Experiment
OpenGL is a cross-language/platform API for rendering 2D/3D graphics. Used OpenGL and C to code some computer graphics algorithms alongside some shapes/interaction experiments.
Confidential App Storage
This is an app which helps you store confidential information such as your debit card information or PAN Card number, the app simplifies it and encrypts it with AES256, alongside with 2-factor authentication. I made this app for my father.
wusic - Music Player for work/studying
I listen to a lot of music. And more than often, I find myself being distracted by the actual music player a lot and hence getting less work done. So to remedy that, I made this app. I took notes of my own habits while also asking my friends to give feedback about it. I removed the buttons that were not needed, stripped down the UI, reworked the usual layout of music players to be slide based, made it look pretty, and hence the app was made. It also plays low-fidelity music, streams it from the internet.
Encyption Algorithms
Coded implementations of famous encryption/decryption algorithms in C.
CoinSentience
A suite of programs for collecting, analysing and eventually, implementing data related to cryptocurrencies. Also, allows you to check your balance, place orders from one place.
Custom Indicators
A collection of custom indicators made for the TradingView platform which facilitate in trading.
Facial Expression Recognition
A keras modelled application to detect facial reactions using Machine Learning. It can detect anger, sadness, disgust, surprise, neutral, fear. It uses OpenCV for face detection.
Discord Bot
Discord is a very famous platform for connecting these days. Discord is divided into various servers/guild where you can customize each one of them in a way you want. I created a bot in js to aid with that. The bot reads the text sent in the chat, and then processes and responds back with some pre-defined responses.
Self Driving Car Simulation using Genetic Alrogithms
A self-driving car simulation trained/tested using Genetic Algorithms. The algorithm works by passing the best genes from one generation to another and hence ensuring our model gets well trained. This was done using Unity and C#.