41d9e5dad0ada784dc687ea15d39eae7a045b345
First semi-working state, games can be loaded and they open a sdl2 window \o/ TODOS: + Stacks offset is wrong somewhere + Input not working (maybe because of above reason?) + Add mising tests
chip8-rs
Yet another chip8 emulator written in rust \o/
TODO
Expand on this README
System Dependencies
sdl2 together with its dependencies are required to be installed on your hostmachine.
On arch-based distros you can use
sudo pacman -Syu sdl2 sdl2_gfx sdl2_image sdl2_mixer sdl2_ttf
to install them.
Credits
For this project I used the help from the following sites:
Description
Languages
Rust
100%