jla2000/zig-chip8
Cross platform chip8 emulator, built using zig and raylib
b9e7cb64c5aff120d80caeb7fe8312eba06f2e70
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-chip8
zig build run
zig build -Dwindows