Emulating a gameboy with Python #1: working prototype

Опубликовано: 05 Июнь 2026
на канале: GoblinsGuild
3,796
51

A gameboy emulator written in Python. Super fun and challenging project.

It's been a real struggle trying to get the performance to a level where the games are playable. Adding static types with Cython helped a lot.


Source code: https://github.com/JonathanMurray/gb-...