Here are some projects I’ve worked on:
Chip8 Emulator
Description: A fully compliant Chip8 emulator developed from scratch, achieving 98% compatibility with classic titles. Tech: C++, CMake, SDL2 Accomplishments: Implemented all 35 opcodes to ensure full functionality and compatibility. Optimized rendering and timing loops to deliver smooth gameplay at 60 FPS while reducing CPU usage by 25%. Link: View on GitHub