Projects

Explore some of the projects which i have created or contributed to.

MLoader

MLoader is a sideloader tool for Android based VR devices (Quest 2, Quest 3 etc...). It's designed to run on Linux and MacOS and also supports ROOKIE's public mirror. In standalone mode, it supports sideloading to any Android device.

A* Visual

A visual implementation of A* pathfinding algorithm in C++ and SDL



Chachanka

A Discord bot which plays music from online radio streams. Based on Discord.NET.

engine

A game engine project written in C++ for Android and Windows. For rendering it uses modern OpenGL. Unfortunately I didn't work much on it as such a large project is too time consuming.



AES Cryptify

A tool and library to encrypt and decrypt files by using a 128 bit AES key.

CR2 Decode

A tool which decodes Canon .cr2 RAW files and displays image information and extracts jpeg from them.



Auto Wallpaper

A tool (Windows only) which updates your desktop wallpaper every day. Written in C# and uses Bing Image of the day. It's pretty old now and nowdays pretty much all operating systems have this built in. However it's been running in my taskbar for years now regardless.

SDLMorris

A nine men's morris game (hotseat multiplayer) written in C++ and uses SDL for displaying graphics. The goal of this project was to implement the game's backend. The SDL frontend was put together just so there's a visual component to it.



emu-dmg

A gameboy emulator written in C++. Not finished yet, hoping to catch some time to actually get it up and running properly.

chip-8-emu

A chip8 interperter/emulator



Belot Asistent

An Android app that i made back in 2016 with which you could write down your Belote scores. It was published to Google Play Store but has not been properly updated so its no longer visible.

Simple Shutdown

Simple shutdown is a scheduling software to turn off your computer at desired time. A very old tool written in C++ and wxWidgets for GUI.



HGE Blackjack

A very simple Blackjack game I made back in my university days. Based on HGE Engine.

HGE Racer

A Simple 2D top down racing game where you endlessly avoid traffic and try not to crash. Based on HGE Engine.