
rustplusplus
rustplusplus is a Node.js Discord bot written in JavaScript/TypeScript that uses rustplus.ts library to utilize the power of the Rust+ Companion App for the game Rust, providing extra Quality-of-Life features beyond the official app.

rustdavinci
rustdavinci is an open-source desktop application written in Python that automatically paints images onto in-game signs in Rust by simulating user input. It processes images, applies configurable dithering and color-reduction algorithms, and reproduces them on the game canvas with pixel accurate control.

Team Detector Script
A tool written in Python for identifying potential player teams on multiplayer game servers using data from BattleMetrics and Steam. The script collects the active player list from a BattleMetrics server and compares it against Steam friend lists and profile comments for a given player. What you end up with is a table of all the players that might be part of the same team.

Quadcopter
A DIY build of a Quadcopter written in C that utilizes different components such as BLDC motors, Gyro, ESCs, and Radio Controller.

Arduino Joystick
A custom Arduino Nano-based joystick written in C that emulates mouse movement and clicks. A Python application translates serial joystick data into HID mouse input on the PC. It worked surprisingly well for flying airplanes in Battlefield.

Arduino Alarm Clock
A custom Arduino-based alarm clock with a two-button interface to set alarm time, adjust LED brightness, and control other basic functions. Simple, reliable, and fully built in C.