Category: App
PNG editor
A very simply PNG editor I made with C++. All it can do is rotate in 90 degree increments or mirror the image. I used two different libraries for decoding and encoding the PNGs.
Pose tracking controller
An Electron app based on MediaPipe Pose that tracks your pose and sends keys or mouse clicks if you make the correct pose. I made this with my little brother specificially to control Minecraft, although it would work for other games as well.
Tauri Video Downloader
A practice project with Tauri. I wrote a different version of this for my personal use and I thought it would be good practice to simplify it and write a blog post about it, so I did.
D&D app
An Electron app with SvelteKit and Node.js for playing Dungeons and Dragons. (or a lot of other things). It uses a Node server and websockets to connect to other devices on the same network so you can use them as controllers for the main app.