Cross platform chip8 emulator, built using zig and raylib
The emulation logic is executed on the rendering thread, while audio samples are being played using an audio callback. The emulator will emit audio samples to a dedicated ring buffer, which the audio thread will consume in the background.
nix run github:jla2000/zig-chip8zig build run zig build -Dwindows- Implement super chip 8 extension
- Implement xochip extension