# yac8e
yac8e is yet another Chip8 emulator, written in Rust.
It will use [minifb](https://docs.rs/minifb/0.19.3/minifb/) for video and keyboard inputs.
## TODO
- [ ] [logging](https://github.com/borntyping/rust-simple_logger)
- [ ] tests
- [ ] [video output](https://docs.rs/minifb/0.19.3/minifb/struct.Window.html#method.update_with_buffer)
- [ ] handle [keyboard inputs](https://docs.rs/minifb/0.19.3/minifb/struct.Window.html#method.get_keys_pressed)
- [ ] proper [error handling](https://docs.rs/thiserror/1.0.26/thiserror/)