Chip-8 emulator/interpreter made with zig and SDL3
Ported from https://github.com/queso-fuego/chip8_emulator_c
- zig: minium version 0.16-dev
- SDL3: uses https://github.com/castholm/SDL by default, if you do not want that, install
libsdl3andlibsdl3-dev
zig build./zig-out/bin/chip8 <rom_file>