If you'd like to collaborate, discuss a project, or have any questions, feel free to reach out to me:
Below are some of my repositories I've been working on. I tried to keep the selection as diverse as possible so you get a clearer picture what I'm into.
This is an editor for the character files of Secrets of Grindea, a game I enjoyed playing. The SoG Savegame Reader, written in C#, allows you to open your save game, and edit various aspects such as your name, money, skills, experience, and inventory. You can also export the whole savegame to a JSON file. While some features like editing quest flags or collectibles are not implemented yet, I passively maintain the project but I don't plan to add more features at the moment. The latest version (v0.7.0) features in addition to the UI some CLI features.
This is a simple Pong game developed for the Game Boy Advance using C. It utilizes the mode 3, also known as bitmap mode, and features a cool pixel art title screen.
Although it doesn't have any advanced features, it was a great project for me to dive into the C programming world, into dockerizing a C environment, and into game development.
The Qazaq Genius project is a small website, that originated from an Instagram page, developed using Next.js and Tailwind CSS for the frontend and PHP 8.1 with Slim for the backend. The project was a personal initiative to contribute to the Qazaq community. By developing this website, the aim was to create a convenient platform for people to access the lyrics of the songs and to learn the Qazaq language. The website provides a valuable resource for music enthusiasts and language learners through collaboration and a passion for promoting Qazaq's cultural heritage.
Overall, the Qazaq Genius project is my appreciation for Qazaq culture, striving to bridge cultural gaps and foster a deeper understanding of the beauty and diversity of Qazaq culture.
bitmap_type_tracer is a CLI tool, to generate text-images from bitmaps-font, I wrote in an effort to get into the Rust ecosystem.
It takes the bitmap-font and the text you want to write as input and generates an image with the provided text and the provided bitmap font.