Skip to content

GLodi/chip8emu

Repository files navigation

alt text

This is my take on a simple Chip8 emulator in Rust.

It's my first attempt at writing Rust, and should be regarded just as an hello world to emulators.

You need to install sdl2 on your system:

macos: brew install sdl2

arch: yay sdl2

ubuntu: sudo apt-get install libsdl2-dev libsdl2-gfx-dev

To run, just cargo run pong.rom.

Releases

No releases published

Packages

No packages published

Languages