3D Game Engine Written in C++
See On Github Some History TLDR: I always wanted to create a game engine from scratch, but never had the time or know how. After programming for 8 years (at...
Panoramic Image Stitcher - Computer Vision/OpenCV
This is implemented in C++ using Open CV. All the stiching, interest point, feature descriptors are done manually. I only use opencv to put the data in a common format(Mats)....
Charge And Conquest 2 - Top Down Game in Unity
Charge and Conquest 2 is a top down shooter that takes the mechanics from various popular games such as Dynasty Warriors series, Battlerite, and Company of Heroes. The player starts...
Projekt Ai - Quake Style Multiplayer Shooter in Unity
This was a school game project done in the span of a couple of weeks Game is not really polished or up to standards I would like. See On Github...
Procedural Art Gallery in OpenGL
Implemented in OpenGL. Every object seen is procedurally generated. From the paintings, rooms, and center sculptures. Every time you run it, you get a different art gallery. See On Github...
Compiler Written in C++
The compiler was written from scratch and no tools like yacc, or lex were used. Everything from the lexer to the code generator are all from scratch and unit tested....
Rememberize
Rememberize is an app that allows you to create lists that can help you learn a new language, study for a test, hold your thoughts, or form new habits. Each...
Today's Holiday
The Today’s Holiday app catalogues over 1000 weird and wacky holidays. It allows users to find holidays either by searching or by selecting a specific day. The today’s holiday app...
Soundcloudcast
Soundcloudcast allows users using the chrome browser to cast Soundcloud music to their Chromecast. Soundcloudcast is a simple chrome extension that injects the Chromecast button into the Soundcloud webpage and...